# 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"} 2.406e-05 go_gc_duration_seconds{quantile="0.25"} 6.195e-05 go_gc_duration_seconds{quantile="0.5"} 0.000120662 go_gc_duration_seconds{quantile="0.75"} 0.000176061 go_gc_duration_seconds{quantile="1"} 0.002359019 go_gc_duration_seconds_sum 142.479230878 go_gc_duration_seconds_count 590315 # 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 1935 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.1"} 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.9849888e+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.03867585516e+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 4240 # 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.38107625264e+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.019024e+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.9849888e+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.32448256e+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.4635776e+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 623592 # 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.2288e+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.67084032e+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.7762276197331736e+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.38108248856e+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 696960 # 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 2.98656e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.7328074e+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.793656e+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 4.882432e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 4.882432e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.81785648e+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 13 # HELP pg_database_connection_limit Connection limit set for the database # TYPE pg_database_connection_limit gauge pg_database_connection_limit{datname="anusham_cwpresence"} -1 pg_database_connection_limit{datname="ecommerce_admin"} -1 pg_database_connection_limit{datname="ent_cwpresence"} -1 pg_database_connection_limit{datname="io_kitchen"} -1 pg_database_connection_limit{datname="ish"} -1 pg_database_connection_limit{datname="ish_test"} -1 pg_database_connection_limit{datname="kwc"} -1 pg_database_connection_limit{datname="kwc_preprod_presence"} -1 pg_database_connection_limit{datname="kwc_presence"} -1 pg_database_connection_limit{datname="noton_crm"} -1 pg_database_connection_limit{datname="pista_house"} -1 pg_database_connection_limit{datname="postgres"} -1 pg_database_connection_limit{datname="preprod_kwc"} -1 pg_database_connection_limit{datname="preprod_kwc_crm"} -1 pg_database_connection_limit{datname="shivas_presence"} -1 pg_database_connection_limit{datname="template0"} -1 pg_database_connection_limit{datname="template1"} -1 pg_database_connection_limit{datname="terraform"} -1 pg_database_connection_limit{datname="test_anusham"} -1 pg_database_connection_limit{datname="test_kytchens"} -1 pg_database_connection_limit{datname="test_mamas"} -1 pg_database_connection_limit{datname="vasanth_test"} -1 # HELP pg_database_size_bytes Disk space used by the database # TYPE pg_database_size_bytes gauge pg_database_size_bytes{datname="anusham_cwpresence"} 1.2829199e+07 pg_database_size_bytes{datname="ecommerce_admin"} 7.848463e+06 pg_database_size_bytes{datname="ent_cwpresence"} 1.4082575e+07 pg_database_size_bytes{datname="io_kitchen"} 1.48775439e+08 pg_database_size_bytes{datname="ish"} 7.39549711e+08 pg_database_size_bytes{datname="ish_test"} 4.1105865751e+10 pg_database_size_bytes{datname="kwc"} 1.440046103e+09 pg_database_size_bytes{datname="kwc_preprod_presence"} 9.044495e+06 pg_database_size_bytes{datname="kwc_presence"} 5.0240535e+07 pg_database_size_bytes{datname="noton_crm"} 1.36158231e+08 pg_database_size_bytes{datname="pista_house"} 2.573229079e+09 pg_database_size_bytes{datname="postgres"} 7.769111e+06 pg_database_size_bytes{datname="preprod_kwc"} 3.421469719e+09 pg_database_size_bytes{datname="preprod_kwc_crm"} 9.04625175e+08 pg_database_size_bytes{datname="shivas_presence"} 9.101839e+06 pg_database_size_bytes{datname="template0"} 7.520783e+06 pg_database_size_bytes{datname="template1"} 7.586319e+06 pg_database_size_bytes{datname="terraform"} 8.2510351e+07 pg_database_size_bytes{datname="test_anusham"} 1.005321239e+09 pg_database_size_bytes{datname="test_kytchens"} 1.285504023e+09 pg_database_size_bytes{datname="test_mamas"} 7.45839639e+08 pg_database_size_bytes{datname="vasanth_test"} 8.2649615e+07 # 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.011185054 # 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 172624 # HELP pg_locks_count Number of locks # TYPE pg_locks_count gauge pg_locks_count{datname="anusham_cwpresence",mode="accessexclusivelock"} 0 pg_locks_count{datname="anusham_cwpresence",mode="accesssharelock"} 0 pg_locks_count{datname="anusham_cwpresence",mode="exclusivelock"} 0 pg_locks_count{datname="anusham_cwpresence",mode="rowexclusivelock"} 0 pg_locks_count{datname="anusham_cwpresence",mode="rowsharelock"} 0 pg_locks_count{datname="anusham_cwpresence",mode="sharelock"} 0 pg_locks_count{datname="anusham_cwpresence",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="anusham_cwpresence",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="anusham_cwpresence",mode="sireadlock"} 0 pg_locks_count{datname="ecommerce_admin",mode="accessexclusivelock"} 0 pg_locks_count{datname="ecommerce_admin",mode="accesssharelock"} 0 pg_locks_count{datname="ecommerce_admin",mode="exclusivelock"} 0 pg_locks_count{datname="ecommerce_admin",mode="rowexclusivelock"} 0 pg_locks_count{datname="ecommerce_admin",mode="rowsharelock"} 0 pg_locks_count{datname="ecommerce_admin",mode="sharelock"} 0 pg_locks_count{datname="ecommerce_admin",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="ecommerce_admin",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="ecommerce_admin",mode="sireadlock"} 0 pg_locks_count{datname="ent_cwpresence",mode="accessexclusivelock"} 0 pg_locks_count{datname="ent_cwpresence",mode="accesssharelock"} 0 pg_locks_count{datname="ent_cwpresence",mode="exclusivelock"} 0 pg_locks_count{datname="ent_cwpresence",mode="rowexclusivelock"} 0 pg_locks_count{datname="ent_cwpresence",mode="rowsharelock"} 0 pg_locks_count{datname="ent_cwpresence",mode="sharelock"} 0 pg_locks_count{datname="ent_cwpresence",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="ent_cwpresence",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="ent_cwpresence",mode="sireadlock"} 0 pg_locks_count{datname="io_kitchen",mode="accessexclusivelock"} 0 pg_locks_count{datname="io_kitchen",mode="accesssharelock"} 0 pg_locks_count{datname="io_kitchen",mode="exclusivelock"} 0 pg_locks_count{datname="io_kitchen",mode="rowexclusivelock"} 0 pg_locks_count{datname="io_kitchen",mode="rowsharelock"} 0 pg_locks_count{datname="io_kitchen",mode="sharelock"} 0 pg_locks_count{datname="io_kitchen",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="io_kitchen",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="io_kitchen",mode="sireadlock"} 0 pg_locks_count{datname="ish",mode="accessexclusivelock"} 0 pg_locks_count{datname="ish",mode="accesssharelock"} 0 pg_locks_count{datname="ish",mode="exclusivelock"} 0 pg_locks_count{datname="ish",mode="rowexclusivelock"} 0 pg_locks_count{datname="ish",mode="rowsharelock"} 0 pg_locks_count{datname="ish",mode="sharelock"} 0 pg_locks_count{datname="ish",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="ish",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="ish",mode="sireadlock"} 0 pg_locks_count{datname="ish_test",mode="accessexclusivelock"} 0 pg_locks_count{datname="ish_test",mode="accesssharelock"} 0 pg_locks_count{datname="ish_test",mode="exclusivelock"} 0 pg_locks_count{datname="ish_test",mode="rowexclusivelock"} 0 pg_locks_count{datname="ish_test",mode="rowsharelock"} 0 pg_locks_count{datname="ish_test",mode="sharelock"} 0 pg_locks_count{datname="ish_test",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="ish_test",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="ish_test",mode="sireadlock"} 0 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_preprod_presence",mode="accessexclusivelock"} 0 pg_locks_count{datname="kwc_preprod_presence",mode="accesssharelock"} 0 pg_locks_count{datname="kwc_preprod_presence",mode="exclusivelock"} 0 pg_locks_count{datname="kwc_preprod_presence",mode="rowexclusivelock"} 0 pg_locks_count{datname="kwc_preprod_presence",mode="rowsharelock"} 0 pg_locks_count{datname="kwc_preprod_presence",mode="sharelock"} 0 pg_locks_count{datname="kwc_preprod_presence",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="kwc_preprod_presence",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="kwc_preprod_presence",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="noton_crm",mode="accessexclusivelock"} 0 pg_locks_count{datname="noton_crm",mode="accesssharelock"} 0 pg_locks_count{datname="noton_crm",mode="exclusivelock"} 0 pg_locks_count{datname="noton_crm",mode="rowexclusivelock"} 0 pg_locks_count{datname="noton_crm",mode="rowsharelock"} 0 pg_locks_count{datname="noton_crm",mode="sharelock"} 0 pg_locks_count{datname="noton_crm",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="noton_crm",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="noton_crm",mode="sireadlock"} 0 pg_locks_count{datname="pista_house",mode="accessexclusivelock"} 0 pg_locks_count{datname="pista_house",mode="accesssharelock"} 0 pg_locks_count{datname="pista_house",mode="exclusivelock"} 0 pg_locks_count{datname="pista_house",mode="rowexclusivelock"} 0 pg_locks_count{datname="pista_house",mode="rowsharelock"} 0 pg_locks_count{datname="pista_house",mode="sharelock"} 0 pg_locks_count{datname="pista_house",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="pista_house",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="pista_house",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="preprod_kwc",mode="accessexclusivelock"} 0 pg_locks_count{datname="preprod_kwc",mode="accesssharelock"} 0 pg_locks_count{datname="preprod_kwc",mode="exclusivelock"} 0 pg_locks_count{datname="preprod_kwc",mode="rowexclusivelock"} 0 pg_locks_count{datname="preprod_kwc",mode="rowsharelock"} 0 pg_locks_count{datname="preprod_kwc",mode="sharelock"} 0 pg_locks_count{datname="preprod_kwc",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="preprod_kwc",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="preprod_kwc",mode="sireadlock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="accessexclusivelock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="accesssharelock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="exclusivelock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="rowexclusivelock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="rowsharelock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="sharelock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="preprod_kwc_crm",mode="sireadlock"} 0 pg_locks_count{datname="shivas_presence",mode="accessexclusivelock"} 0 pg_locks_count{datname="shivas_presence",mode="accesssharelock"} 0 pg_locks_count{datname="shivas_presence",mode="exclusivelock"} 0 pg_locks_count{datname="shivas_presence",mode="rowexclusivelock"} 0 pg_locks_count{datname="shivas_presence",mode="rowsharelock"} 0 pg_locks_count{datname="shivas_presence",mode="sharelock"} 0 pg_locks_count{datname="shivas_presence",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="shivas_presence",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="shivas_presence",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 pg_locks_count{datname="terraform",mode="accessexclusivelock"} 0 pg_locks_count{datname="terraform",mode="accesssharelock"} 0 pg_locks_count{datname="terraform",mode="exclusivelock"} 0 pg_locks_count{datname="terraform",mode="rowexclusivelock"} 0 pg_locks_count{datname="terraform",mode="rowsharelock"} 0 pg_locks_count{datname="terraform",mode="sharelock"} 0 pg_locks_count{datname="terraform",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="terraform",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="terraform",mode="sireadlock"} 0 pg_locks_count{datname="test_anusham",mode="accessexclusivelock"} 0 pg_locks_count{datname="test_anusham",mode="accesssharelock"} 0 pg_locks_count{datname="test_anusham",mode="exclusivelock"} 0 pg_locks_count{datname="test_anusham",mode="rowexclusivelock"} 0 pg_locks_count{datname="test_anusham",mode="rowsharelock"} 0 pg_locks_count{datname="test_anusham",mode="sharelock"} 0 pg_locks_count{datname="test_anusham",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="test_anusham",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="test_anusham",mode="sireadlock"} 0 pg_locks_count{datname="test_kytchens",mode="accessexclusivelock"} 0 pg_locks_count{datname="test_kytchens",mode="accesssharelock"} 0 pg_locks_count{datname="test_kytchens",mode="exclusivelock"} 0 pg_locks_count{datname="test_kytchens",mode="rowexclusivelock"} 0 pg_locks_count{datname="test_kytchens",mode="rowsharelock"} 0 pg_locks_count{datname="test_kytchens",mode="sharelock"} 0 pg_locks_count{datname="test_kytchens",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="test_kytchens",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="test_kytchens",mode="sireadlock"} 0 pg_locks_count{datname="test_mamas",mode="accessexclusivelock"} 0 pg_locks_count{datname="test_mamas",mode="accesssharelock"} 0 pg_locks_count{datname="test_mamas",mode="exclusivelock"} 0 pg_locks_count{datname="test_mamas",mode="rowexclusivelock"} 0 pg_locks_count{datname="test_mamas",mode="rowsharelock"} 0 pg_locks_count{datname="test_mamas",mode="sharelock"} 0 pg_locks_count{datname="test_mamas",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="test_mamas",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="test_mamas",mode="sireadlock"} 0 pg_locks_count{datname="vasanth_test",mode="accessexclusivelock"} 0 pg_locks_count{datname="vasanth_test",mode="accesssharelock"} 0 pg_locks_count{datname="vasanth_test",mode="exclusivelock"} 0 pg_locks_count{datname="vasanth_test",mode="rowexclusivelock"} 0 pg_locks_count{datname="vasanth_test",mode="rowsharelock"} 0 pg_locks_count{datname="vasanth_test",mode="sharelock"} 0 pg_locks_count{datname="vasanth_test",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="vasanth_test",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="vasanth_test",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_replication_slot_slot_current_wal_lsn current wal lsn value # TYPE pg_replication_slot_slot_current_wal_lsn gauge pg_replication_slot_slot_current_wal_lsn{slot_name="anushamtest_slot",slot_type="logical"} 4.2661529932e+11 # HELP pg_replication_slot_slot_is_active whether the replication slot is active or not # TYPE pg_replication_slot_slot_is_active gauge pg_replication_slot_slot_is_active{slot_name="anushamtest_slot",slot_type="logical"} 0 # HELP pg_replication_slot_wal_status availability of WAL files claimed by this slot # TYPE pg_replication_slot_wal_status gauge pg_replication_slot_wal_status{slot_name="anushamtest_slot",slot_type="logical",wal_status="extended"} 1 # HELP pg_replication_slots_active Flag indicating if the slot is active # TYPE pg_replication_slots_active gauge pg_replication_slots_active{database="test_anusham",server="135.181.201.159:8641",slot_name="anushamtest_slot"} 0 # HELP pg_replication_slots_pg_wal_lsn_diff Replication lag in bytes # TYPE pg_replication_slots_pg_wal_lsn_diff gauge pg_replication_slots_pg_wal_lsn_diff{database="test_anusham",server="135.181.201.159:8641",slot_name="anushamtest_slot"} 1.2813328428e+11 # HELP pg_roles_connection_limit Connection limit set for the role # TYPE pg_roles_connection_limit gauge pg_roles_connection_limit{rolname="cwbos"} -1 pg_roles_connection_limit{rolname="debezium"} -1 pg_roles_connection_limit{rolname="pg_checkpoint"} -1 pg_roles_connection_limit{rolname="pg_create_subscription"} -1 pg_roles_connection_limit{rolname="pg_database_owner"} -1 pg_roles_connection_limit{rolname="pg_execute_server_program"} -1 pg_roles_connection_limit{rolname="pg_monitor"} -1 pg_roles_connection_limit{rolname="pg_read_all_data"} -1 pg_roles_connection_limit{rolname="pg_read_all_settings"} -1 pg_roles_connection_limit{rolname="pg_read_all_stats"} -1 pg_roles_connection_limit{rolname="pg_read_server_files"} -1 pg_roles_connection_limit{rolname="pg_signal_backend"} -1 pg_roles_connection_limit{rolname="pg_stat_scan_tables"} -1 pg_roles_connection_limit{rolname="pg_use_reserved_connections"} -1 pg_roles_connection_limit{rolname="pg_write_all_data"} -1 pg_roles_connection_limit{rolname="pg_write_server_files"} -1 pg_roles_connection_limit{rolname="postgres"} -1 pg_roles_connection_limit{rolname="replica"} -1 pg_roles_connection_limit{rolname="tad"} -1 # HELP pg_scrape_collector_duration_seconds postgres_exporter: Duration of a collector scrape. # TYPE pg_scrape_collector_duration_seconds gauge pg_scrape_collector_duration_seconds{collector="database"} 0.416931902 pg_scrape_collector_duration_seconds{collector="locks"} 0.075046719 pg_scrape_collector_duration_seconds{collector="replication"} 0.001512048 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.073698862 pg_scrape_collector_duration_seconds{collector="roles"} 0.072166783 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.084047786 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.03415825 pg_scrape_collector_duration_seconds{collector="stat_progress_vacuum"} 0.003546383 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.032400989 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.259840382 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.070716657 pg_scrape_collector_duration_seconds{collector="wal"} 0.081624787 # HELP pg_scrape_collector_success postgres_exporter: Whether a collector succeeded. # TYPE pg_scrape_collector_success gauge pg_scrape_collector_success{collector="database"} 1 pg_scrape_collector_success{collector="locks"} 1 pg_scrape_collector_success{collector="replication"} 1 pg_scrape_collector_success{collector="replication_slot"} 1 pg_scrape_collector_success{collector="roles"} 1 pg_scrape_collector_success{collector="stat_bgwriter"} 1 pg_scrape_collector_success{collector="stat_database"} 1 pg_scrape_collector_success{collector="stat_progress_vacuum"} 1 pg_scrape_collector_success{collector="stat_statements"} 1 pg_scrape_collector_success{collector="stat_user_tables"} 1 pg_scrape_collector_success{collector="statio_user_tables"} 1 pg_scrape_collector_success{collector="wal"} 1 # HELP pg_settings_allow_in_place_tablespaces Server Parameter: allow_in_place_tablespaces # TYPE pg_settings_allow_in_place_tablespaces gauge pg_settings_allow_in_place_tablespaces{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} -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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1000 # HELP pg_settings_autovacuum_vacuum_scale_factor Server Parameter: autovacuum_vacuum_scale_factor # TYPE pg_settings_autovacuum_vacuum_scale_factor gauge pg_settings_autovacuum_vacuum_scale_factor{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} -1 # HELP pg_settings_backend_flush_after_bytes Server Parameter: backend_flush_after [Units converted to bytes.] # TYPE pg_settings_backend_flush_after_bytes gauge pg_settings_backend_flush_after_bytes{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="135.181.201.159:8641"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="135.181.201.159:8641"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="135.181.201.159:8641"} 5 # HELP pg_settings_cpu_index_tuple_cost Server Parameter: cpu_index_tuple_cost # TYPE pg_settings_cpu_index_tuple_cost gauge pg_settings_cpu_index_tuple_cost{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0.1 # HELP pg_settings_data_checksums Server Parameter: data_checksums # TYPE pg_settings_data_checksums gauge pg_settings_data_checksums{server="135.181.201.159:8641"} 0 # HELP pg_settings_data_directory_mode Server Parameter: data_directory_mode # TYPE pg_settings_data_directory_mode gauge pg_settings_data_directory_mode{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_db_user_namespace Server Parameter: db_user_namespace # TYPE pg_settings_db_user_namespace gauge pg_settings_db_user_namespace{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_enable_async_append Server Parameter: enable_async_append # TYPE pg_settings_enable_async_append gauge pg_settings_enable_async_append{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_bitmapscan Server Parameter: enable_bitmapscan # TYPE pg_settings_enable_bitmapscan gauge pg_settings_enable_bitmapscan{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_gathermerge Server Parameter: enable_gathermerge # TYPE pg_settings_enable_gathermerge gauge pg_settings_enable_gathermerge{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_hashagg Server Parameter: enable_hashagg # TYPE pg_settings_enable_hashagg gauge pg_settings_enable_hashagg{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_hashjoin Server Parameter: enable_hashjoin # TYPE pg_settings_enable_hashjoin gauge pg_settings_enable_hashjoin{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_enable_indexonlyscan Server Parameter: enable_indexonlyscan # TYPE pg_settings_enable_indexonlyscan gauge pg_settings_enable_indexonlyscan{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_indexscan Server Parameter: enable_indexscan # TYPE pg_settings_enable_indexscan gauge pg_settings_enable_indexscan{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_material Server Parameter: enable_material # TYPE pg_settings_enable_material gauge pg_settings_enable_material{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_memoize Server Parameter: enable_memoize # TYPE pg_settings_enable_memoize gauge pg_settings_enable_memoize{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_mergejoin Server Parameter: enable_mergejoin # TYPE pg_settings_enable_mergejoin gauge pg_settings_enable_mergejoin{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_nestloop Server Parameter: enable_nestloop # TYPE pg_settings_enable_nestloop gauge pg_settings_enable_nestloop{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_enable_seqscan Server Parameter: enable_seqscan # TYPE pg_settings_enable_seqscan gauge pg_settings_enable_seqscan{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_sort Server Parameter: enable_sort # TYPE pg_settings_enable_sort gauge pg_settings_enable_sort{server="135.181.201.159:8641"} 1 # HELP pg_settings_enable_tidscan Server Parameter: enable_tidscan # TYPE pg_settings_enable_tidscan gauge pg_settings_enable_tidscan{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 8 # HELP pg_settings_fsync Server Parameter: fsync # TYPE pg_settings_fsync gauge pg_settings_fsync{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_geqo Server Parameter: geqo # TYPE pg_settings_geqo gauge pg_settings_geqo{server="135.181.201.159:8641"} 1 # HELP pg_settings_geqo_effort Server Parameter: geqo_effort # TYPE pg_settings_geqo_effort gauge pg_settings_geqo_effort{server="135.181.201.159:8641"} 5 # HELP pg_settings_geqo_generations Server Parameter: geqo_generations # TYPE pg_settings_geqo_generations gauge pg_settings_geqo_generations{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_geqo_seed Server Parameter: geqo_seed # TYPE pg_settings_geqo_seed gauge pg_settings_geqo_seed{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 2 # HELP pg_settings_geqo_threshold Server Parameter: geqo_threshold # TYPE pg_settings_geqo_threshold gauge pg_settings_geqo_threshold{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 2 # HELP pg_settings_hot_standby Server Parameter: hot_standby # TYPE pg_settings_hot_standby gauge pg_settings_hot_standby{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_integer_datetimes Server Parameter: integer_datetimes # TYPE pg_settings_integer_datetimes gauge pg_settings_integer_datetimes{server="135.181.201.159:8641"} 1 # HELP pg_settings_jit Server Parameter: jit # TYPE pg_settings_jit gauge pg_settings_jit{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_jit_expressions Server Parameter: jit_expressions # TYPE pg_settings_jit_expressions gauge pg_settings_jit_expressions{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 600 # HELP pg_settings_log_checkpoints Server Parameter: log_checkpoints # TYPE pg_settings_log_checkpoints gauge pg_settings_log_checkpoints{server="135.181.201.159:8641"} 1 # HELP pg_settings_log_connections Server Parameter: log_connections # TYPE pg_settings_log_connections gauge pg_settings_log_connections{server="135.181.201.159:8641"} 0 # HELP pg_settings_log_disconnections Server Parameter: log_disconnections # TYPE pg_settings_log_disconnections gauge pg_settings_log_disconnections{server="135.181.201.159:8641"} 0 # HELP pg_settings_log_duration Server Parameter: log_duration # TYPE pg_settings_log_duration gauge pg_settings_log_duration{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 600 # HELP pg_settings_log_hostname Server Parameter: log_hostname # TYPE pg_settings_log_hostname gauge pg_settings_log_hostname{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} -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="135.181.201.159:8641"} -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="135.181.201.159:8641"} -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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} -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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_logging_collector Server Parameter: logging_collector # TYPE pg_settings_logging_collector gauge pg_settings_logging_collector{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 10 # HELP pg_settings_maintenance_work_mem_bytes Server Parameter: maintenance_work_mem [Units converted to bytes.] # TYPE pg_settings_maintenance_work_mem_bytes gauge pg_settings_maintenance_work_mem_bytes{server="135.181.201.159:8641"} 1.073741824e+09 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="135.181.201.159:8641"} 300 # 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 256 # 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="135.181.201.159:8641"} 4 # HELP pg_settings_max_parallel_apply_workers_per_subscription Server Parameter: max_parallel_apply_workers_per_subscription # TYPE pg_settings_max_parallel_apply_workers_per_subscription gauge pg_settings_max_parallel_apply_workers_per_subscription{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} -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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 5 # 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="135.181.201.159:8641"} -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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 5 # 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 8 # HELP pg_settings_min_dynamic_shared_memory_bytes Server Parameter: min_dynamic_shared_memory [Units converted to bytes.] # TYPE pg_settings_min_dynamic_shared_memory_bytes gauge pg_settings_min_dynamic_shared_memory_bytes{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 8.388608e+07 # HELP pg_settings_old_snapshot_threshold_seconds Server Parameter: old_snapshot_threshold [Units converted to seconds.] # TYPE pg_settings_old_snapshot_threshold_seconds gauge pg_settings_old_snapshot_threshold_seconds{server="135.181.201.159:8641"} -1 # HELP pg_settings_parallel_leader_participation Server Parameter: parallel_leader_participation # TYPE pg_settings_parallel_leader_participation gauge pg_settings_parallel_leader_participation{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_port Server Parameter: port # TYPE pg_settings_port gauge pg_settings_port{server="135.181.201.159:8641"} 8641 # 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_reserved_connections Server Parameter: reserved_connections # TYPE pg_settings_reserved_connections gauge pg_settings_reserved_connections{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_row_security Server Parameter: row_security # TYPE pg_settings_row_security gauge pg_settings_row_security{server="135.181.201.159:8641"} 1 # HELP pg_settings_scram_iterations Server Parameter: scram_iterations # TYPE pg_settings_scram_iterations gauge pg_settings_scram_iterations{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1 # HELP pg_settings_server_version_num Server Parameter: server_version_num # TYPE pg_settings_server_version_num gauge pg_settings_server_version_num{server="135.181.201.159:8641"} 160013 # 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 4.454350848e+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="135.181.201.159:8641"} 2124 # HELP pg_settings_ssl Server Parameter: ssl # TYPE pg_settings_ssl gauge pg_settings_ssl{server="135.181.201.159:8641"} 1 # 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 3 # HELP pg_settings_synchronize_seqscans Server Parameter: synchronize_seqscans # TYPE pg_settings_synchronize_seqscans gauge pg_settings_synchronize_seqscans{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} -1 # HELP pg_settings_trace_notify Server Parameter: trace_notify # TYPE pg_settings_trace_notify gauge pg_settings_trace_notify{server="135.181.201.159:8641"} 0 # HELP pg_settings_trace_sort Server Parameter: trace_sort # TYPE pg_settings_trace_sort gauge pg_settings_trace_sort{server="135.181.201.159:8641"} 0 # HELP pg_settings_track_activities Server Parameter: track_activities # TYPE pg_settings_track_activities gauge pg_settings_track_activities{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_track_counts Server Parameter: track_counts # TYPE pg_settings_track_counts gauge pg_settings_track_counts{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 # HELP pg_settings_transaction_deferrable Server Parameter: transaction_deferrable # TYPE pg_settings_transaction_deferrable gauge pg_settings_transaction_deferrable{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 262144 # HELP pg_settings_vacuum_cost_delay_seconds Server Parameter: vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_vacuum_cost_delay_seconds gauge pg_settings_vacuum_cost_delay_seconds{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1.5e+08 # HELP pg_settings_vacuum_multixact_failsafe_age Server Parameter: vacuum_multixact_failsafe_age # TYPE pg_settings_vacuum_multixact_failsafe_age gauge pg_settings_vacuum_multixact_failsafe_age{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 1.5e+08 # HELP pg_settings_wal_block_size Server Parameter: wal_block_size # TYPE pg_settings_wal_block_size gauge pg_settings_wal_block_size{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 2.097152e+06 # HELP pg_settings_wal_writer_delay_seconds Server Parameter: wal_writer_delay [Units converted to seconds.] # TYPE pg_settings_wal_writer_delay_seconds gauge pg_settings_wal_writer_delay_seconds{server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="anusham_cwpresence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",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="135.181.201.159:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 1 pg_stat_activity_count{application_name="",backend_type="client backend",datname="kwc_presence",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="test_kytchens",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="ish_test",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 20 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="kwc",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 20 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="pista_house",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 20 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="preprod_kwc",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 20 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="test_kytchens",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 20 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="test_mamas",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 20 # 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="anusham_cwpresence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="anusham_cwpresence",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ecommerce_admin",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ent_cwpresence",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="io_kitchen",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ish_test",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_preprod_presence",server="135.181.201.159:8641",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="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_presence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_presence",server="135.181.201.159:8641",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="135.181.201.159:8641",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="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="noton_crm",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="pista_house",server="135.181.201.159:8641",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="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="preprod_kwc_crm",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="shivas_presence",server="135.181.201.159:8641",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="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="135.181.201.159:8641",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="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="terraform",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_anusham",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_kytchens",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="test_mamas",server="135.181.201.159:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="vasanth_test",server="135.181.201.159:8641",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="135.181.201.159:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="client backend",datname="kwc_presence",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="test_kytchens",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="ish_test",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="kwc",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="pista_house",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="preprod_kwc",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="test_kytchens",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="test_mamas",server="135.181.201.159:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 # 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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="135.181.201.159:8641"} 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 460985 # HELP pg_stat_bgwriter_buffers_backend_fsync_total Number of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write) # TYPE pg_stat_bgwriter_buffers_backend_fsync_total counter pg_stat_bgwriter_buffers_backend_fsync_total 0 # HELP pg_stat_bgwriter_buffers_backend_total Number of buffers written directly by a backend # TYPE pg_stat_bgwriter_buffers_backend_total counter pg_stat_bgwriter_buffers_backend_total 1286 # HELP pg_stat_bgwriter_buffers_checkpoint_total Number of buffers written during checkpoints # TYPE pg_stat_bgwriter_buffers_checkpoint_total counter pg_stat_bgwriter_buffers_checkpoint_total 50154 # 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 0 # HELP pg_stat_bgwriter_checkpoint_sync_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_sync_time_total counter pg_stat_bgwriter_checkpoint_sync_time_total 4660 # HELP pg_stat_bgwriter_checkpoint_write_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_write_time_total counter pg_stat_bgwriter_checkpoint_write_time_total 3.333898e+06 # HELP pg_stat_bgwriter_checkpoints_req_total Number of requested checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_req_total counter pg_stat_bgwriter_checkpoints_req_total 1 # HELP pg_stat_bgwriter_checkpoints_timed_total Number of scheduled checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_timed_total counter pg_stat_bgwriter_checkpoints_timed_total 200 # 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 0 # 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.776167615e+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="11819460",datname="vasanth_test"} 0 pg_stat_database_active_time_seconds_total{datid="15650832",datname="kwc"} 1139.433558 pg_stat_database_active_time_seconds_total{datid="160852",datname="ish"} 0 pg_stat_database_active_time_seconds_total{datid="16256321",datname="test_kytchens"} 414.27508 pg_stat_database_active_time_seconds_total{datid="19879515",datname="ish_test"} 2355.2647089999996 pg_stat_database_active_time_seconds_total{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_active_time_seconds_total{datid="22235797",datname="noton_crm"} 1.649319 pg_stat_database_active_time_seconds_total{datid="22425178",datname="preprod_kwc_crm"} 159.767064 pg_stat_database_active_time_seconds_total{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_active_time_seconds_total{datid="22745191",datname="preprod_kwc"} 655.301689 pg_stat_database_active_time_seconds_total{datid="23020170",datname="pista_house"} 371.896419 pg_stat_database_active_time_seconds_total{datid="2703605",datname="terraform"} 0 pg_stat_database_active_time_seconds_total{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="4483919",datname="test_anusham"} 0.037668 pg_stat_database_active_time_seconds_total{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 0.066996 pg_stat_database_active_time_seconds_total{datid="5965263",datname="test_mamas"} 339.17825300000004 pg_stat_database_active_time_seconds_total{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_active_time_seconds_total{datid="8291393",datname="kwc_presence"} 9.649372999999999 pg_stat_database_active_time_seconds_total{datid="8291394",datname="shivas_presence"} 0 # 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="11819460",datname="vasanth_test"} 0 pg_stat_database_blk_read_time{datid="15650832",datname="kwc"} 0 pg_stat_database_blk_read_time{datid="160852",datname="ish"} 0 pg_stat_database_blk_read_time{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_blk_read_time{datid="19879515",datname="ish_test"} 0 pg_stat_database_blk_read_time{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_blk_read_time{datid="22235797",datname="noton_crm"} 0 pg_stat_database_blk_read_time{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_blk_read_time{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_blk_read_time{datid="22745191",datname="preprod_kwc"} 0 pg_stat_database_blk_read_time{datid="23020170",datname="pista_house"} 0 pg_stat_database_blk_read_time{datid="2703605",datname="terraform"} 0 pg_stat_database_blk_read_time{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_blk_read_time{datid="4",datname="template0"} 0 pg_stat_database_blk_read_time{datid="4483919",datname="test_anusham"} 0 pg_stat_database_blk_read_time{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_blk_read_time{datid="5",datname="postgres"} 0 pg_stat_database_blk_read_time{datid="5965263",datname="test_mamas"} 0 pg_stat_database_blk_read_time{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_blk_read_time{datid="8291393",datname="kwc_presence"} 0 pg_stat_database_blk_read_time{datid="8291394",datname="shivas_presence"} 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="11819460",datname="vasanth_test"} 0 pg_stat_database_blk_write_time{datid="15650832",datname="kwc"} 0 pg_stat_database_blk_write_time{datid="160852",datname="ish"} 0 pg_stat_database_blk_write_time{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_blk_write_time{datid="19879515",datname="ish_test"} 0 pg_stat_database_blk_write_time{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_blk_write_time{datid="22235797",datname="noton_crm"} 0 pg_stat_database_blk_write_time{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_blk_write_time{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_blk_write_time{datid="22745191",datname="preprod_kwc"} 0 pg_stat_database_blk_write_time{datid="23020170",datname="pista_house"} 0 pg_stat_database_blk_write_time{datid="2703605",datname="terraform"} 0 pg_stat_database_blk_write_time{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_blk_write_time{datid="4",datname="template0"} 0 pg_stat_database_blk_write_time{datid="4483919",datname="test_anusham"} 0 pg_stat_database_blk_write_time{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_blk_write_time{datid="5",datname="postgres"} 0 pg_stat_database_blk_write_time{datid="5965263",datname="test_mamas"} 0 pg_stat_database_blk_write_time{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_blk_write_time{datid="8291393",datname="kwc_presence"} 0 pg_stat_database_blk_write_time{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_blks_hit Number of times disk blocks were found already in the buffer cache, so that a read was not necessary (this only includes hits in the PostgreSQL buffer cache, not the operating system's file system cache) # TYPE pg_stat_database_blks_hit counter pg_stat_database_blks_hit{datid="1",datname="template1"} 0 pg_stat_database_blks_hit{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_blks_hit{datid="15650832",datname="kwc"} 1.40150126e+08 pg_stat_database_blks_hit{datid="160852",datname="ish"} 0 pg_stat_database_blks_hit{datid="16256321",datname="test_kytchens"} 2.709942e+06 pg_stat_database_blks_hit{datid="19879515",datname="ish_test"} 5.94631703e+08 pg_stat_database_blks_hit{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_blks_hit{datid="22235797",datname="noton_crm"} 343593 pg_stat_database_blks_hit{datid="22425178",datname="preprod_kwc_crm"} 1.19624921e+08 pg_stat_database_blks_hit{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_blks_hit{datid="22745191",datname="preprod_kwc"} 3.06598e+07 pg_stat_database_blks_hit{datid="23020170",datname="pista_house"} 3.124986e+06 pg_stat_database_blks_hit{datid="2703605",datname="terraform"} 0 pg_stat_database_blks_hit{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="4483919",datname="test_anusham"} 481696 pg_stat_database_blks_hit{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 73368 pg_stat_database_blks_hit{datid="5965263",datname="test_mamas"} 3.461098e+06 pg_stat_database_blks_hit{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_blks_hit{datid="8291393",datname="kwc_presence"} 4.480712e+06 pg_stat_database_blks_hit{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_blks_read Number of disk blocks read in this database # TYPE pg_stat_database_blks_read counter pg_stat_database_blks_read{datid="1",datname="template1"} 0 pg_stat_database_blks_read{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_blks_read{datid="15650832",datname="kwc"} 9614 pg_stat_database_blks_read{datid="160852",datname="ish"} 0 pg_stat_database_blks_read{datid="16256321",datname="test_kytchens"} 4564 pg_stat_database_blks_read{datid="19879515",datname="ish_test"} 261950 pg_stat_database_blks_read{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_blks_read{datid="22235797",datname="noton_crm"} 639 pg_stat_database_blks_read{datid="22425178",datname="preprod_kwc_crm"} 39888 pg_stat_database_blks_read{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_blks_read{datid="22745191",datname="preprod_kwc"} 83658 pg_stat_database_blks_read{datid="23020170",datname="pista_house"} 50135 pg_stat_database_blks_read{datid="2703605",datname="terraform"} 0 pg_stat_database_blks_read{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="4483919",datname="test_anusham"} 294 pg_stat_database_blks_read{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 199 pg_stat_database_blks_read{datid="5965263",datname="test_mamas"} 5900 pg_stat_database_blks_read{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_blks_read{datid="8291393",datname="kwc_presence"} 18553 pg_stat_database_blks_read{datid="8291394",datname="shivas_presence"} 0 # 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="11819460",datname="vasanth_test"} 0 pg_stat_database_conflicts{datid="15650832",datname="kwc"} 0 pg_stat_database_conflicts{datid="160852",datname="ish"} 0 pg_stat_database_conflicts{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_conflicts{datid="19879515",datname="ish_test"} 0 pg_stat_database_conflicts{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_conflicts{datid="22235797",datname="noton_crm"} 0 pg_stat_database_conflicts{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_conflicts{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_conflicts{datid="22745191",datname="preprod_kwc"} 0 pg_stat_database_conflicts{datid="23020170",datname="pista_house"} 0 pg_stat_database_conflicts{datid="2703605",datname="terraform"} 0 pg_stat_database_conflicts{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_conflicts{datid="4",datname="template0"} 0 pg_stat_database_conflicts{datid="4483919",datname="test_anusham"} 0 pg_stat_database_conflicts{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_conflicts{datid="5",datname="postgres"} 0 pg_stat_database_conflicts{datid="5965263",datname="test_mamas"} 0 pg_stat_database_conflicts{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_conflicts{datid="8291393",datname="kwc_presence"} 0 pg_stat_database_conflicts{datid="8291394",datname="shivas_presence"} 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="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="11819460",datname="vasanth_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="15650832",datname="kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="160852",datname="ish",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="16256321",datname="test_kytchens",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="19879515",datname="ish_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="22230587",datname="kwc_preprod_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="22235797",datname="noton_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="22425178",datname="preprod_kwc_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="2273608",datname="io_kitchen",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="22745191",datname="preprod_kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="23020170",datname="pista_house",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="2703605",datname="terraform",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="314717",datname="ecommerce_admin",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4",datname="template0",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4483919",datname="test_anusham",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4983967",datname="ent_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="5",datname="postgres",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="5965263",datname="test_mamas",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="8290958",datname="anusham_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="8291393",datname="kwc_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="8291394",datname="shivas_presence",server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="11819460",datname="vasanth_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="15650832",datname="kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="160852",datname="ish",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="16256321",datname="test_kytchens",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="19879515",datname="ish_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="22230587",datname="kwc_preprod_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="22235797",datname="noton_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="22425178",datname="preprod_kwc_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="2273608",datname="io_kitchen",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="22745191",datname="preprod_kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="23020170",datname="pista_house",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="2703605",datname="terraform",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="314717",datname="ecommerce_admin",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4",datname="template0",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4483919",datname="test_anusham",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4983967",datname="ent_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="5",datname="postgres",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="5965263",datname="test_mamas",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="8290958",datname="anusham_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="8291393",datname="kwc_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="8291394",datname="shivas_presence",server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="11819460",datname="vasanth_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="15650832",datname="kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="160852",datname="ish",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="16256321",datname="test_kytchens",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="19879515",datname="ish_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="22230587",datname="kwc_preprod_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="22235797",datname="noton_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="22425178",datname="preprod_kwc_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="2273608",datname="io_kitchen",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="22745191",datname="preprod_kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="23020170",datname="pista_house",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="2703605",datname="terraform",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="314717",datname="ecommerce_admin",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4",datname="template0",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4483919",datname="test_anusham",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4983967",datname="ent_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="5",datname="postgres",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="5965263",datname="test_mamas",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="8290958",datname="anusham_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="8291393",datname="kwc_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="8291394",datname="shivas_presence",server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="11819460",datname="vasanth_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="15650832",datname="kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="160852",datname="ish",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="16256321",datname="test_kytchens",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="19879515",datname="ish_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="22230587",datname="kwc_preprod_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="22235797",datname="noton_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="22425178",datname="preprod_kwc_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="2273608",datname="io_kitchen",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="22745191",datname="preprod_kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="23020170",datname="pista_house",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="2703605",datname="terraform",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="314717",datname="ecommerce_admin",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="4",datname="template0",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="4483919",datname="test_anusham",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="4983967",datname="ent_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="5",datname="postgres",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="5965263",datname="test_mamas",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="8290958",datname="anusham_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="8291393",datname="kwc_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="8291394",datname="shivas_presence",server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="11819460",datname="vasanth_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="15650832",datname="kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="160852",datname="ish",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="16256321",datname="test_kytchens",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="19879515",datname="ish_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="22230587",datname="kwc_preprod_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="22235797",datname="noton_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="22425178",datname="preprod_kwc_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="2273608",datname="io_kitchen",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="22745191",datname="preprod_kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="23020170",datname="pista_house",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="2703605",datname="terraform",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="314717",datname="ecommerce_admin",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4",datname="template0",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4483919",datname="test_anusham",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4983967",datname="ent_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="5",datname="postgres",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="5965263",datname="test_mamas",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="8290958",datname="anusham_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="8291393",datname="kwc_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="8291394",datname="shivas_presence",server="135.181.201.159:8641"} 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="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="11819460",datname="vasanth_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="15650832",datname="kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="160852",datname="ish",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="16256321",datname="test_kytchens",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="19879515",datname="ish_test",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="22230587",datname="kwc_preprod_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="22235797",datname="noton_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="22425178",datname="preprod_kwc_crm",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="2273608",datname="io_kitchen",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="22745191",datname="preprod_kwc",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="23020170",datname="pista_house",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="2703605",datname="terraform",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="314717",datname="ecommerce_admin",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4",datname="template0",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4483919",datname="test_anusham",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4983967",datname="ent_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="5",datname="postgres",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="5965263",datname="test_mamas",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="8290958",datname="anusham_cwpresence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="8291393",datname="kwc_presence",server="135.181.201.159:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="8291394",datname="shivas_presence",server="135.181.201.159:8641"} 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="11819460",datname="vasanth_test"} 0 pg_stat_database_deadlocks{datid="15650832",datname="kwc"} 0 pg_stat_database_deadlocks{datid="160852",datname="ish"} 0 pg_stat_database_deadlocks{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_deadlocks{datid="19879515",datname="ish_test"} 0 pg_stat_database_deadlocks{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_deadlocks{datid="22235797",datname="noton_crm"} 0 pg_stat_database_deadlocks{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_deadlocks{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_deadlocks{datid="22745191",datname="preprod_kwc"} 0 pg_stat_database_deadlocks{datid="23020170",datname="pista_house"} 0 pg_stat_database_deadlocks{datid="2703605",datname="terraform"} 0 pg_stat_database_deadlocks{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_deadlocks{datid="4",datname="template0"} 0 pg_stat_database_deadlocks{datid="4483919",datname="test_anusham"} 0 pg_stat_database_deadlocks{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_deadlocks{datid="5",datname="postgres"} 0 pg_stat_database_deadlocks{datid="5965263",datname="test_mamas"} 0 pg_stat_database_deadlocks{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_deadlocks{datid="8291393",datname="kwc_presence"} 0 pg_stat_database_deadlocks{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_numbackends Number of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset. # TYPE pg_stat_database_numbackends gauge pg_stat_database_numbackends{datid="1",datname="template1"} 0 pg_stat_database_numbackends{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_numbackends{datid="15650832",datname="kwc"} 22 pg_stat_database_numbackends{datid="160852",datname="ish"} 0 pg_stat_database_numbackends{datid="16256321",datname="test_kytchens"} 21 pg_stat_database_numbackends{datid="19879515",datname="ish_test"} 20 pg_stat_database_numbackends{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_numbackends{datid="22235797",datname="noton_crm"} 0 pg_stat_database_numbackends{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_numbackends{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_numbackends{datid="22745191",datname="preprod_kwc"} 20 pg_stat_database_numbackends{datid="23020170",datname="pista_house"} 20 pg_stat_database_numbackends{datid="2703605",datname="terraform"} 0 pg_stat_database_numbackends{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="4483919",datname="test_anusham"} 0 pg_stat_database_numbackends{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 0 pg_stat_database_numbackends{datid="5965263",datname="test_mamas"} 20 pg_stat_database_numbackends{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_numbackends{datid="8291393",datname="kwc_presence"} 1 pg_stat_database_numbackends{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 0 pg_stat_database_stats_reset{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_stats_reset{datid="15650832",datname="kwc"} 0 pg_stat_database_stats_reset{datid="160852",datname="ish"} 0 pg_stat_database_stats_reset{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_stats_reset{datid="19879515",datname="ish_test"} 0 pg_stat_database_stats_reset{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_stats_reset{datid="22235797",datname="noton_crm"} 0 pg_stat_database_stats_reset{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_stats_reset{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_stats_reset{datid="22745191",datname="preprod_kwc"} 0 pg_stat_database_stats_reset{datid="23020170",datname="pista_house"} 0 pg_stat_database_stats_reset{datid="2703605",datname="terraform"} 0 pg_stat_database_stats_reset{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_stats_reset{datid="4",datname="template0"} 0 pg_stat_database_stats_reset{datid="4483919",datname="test_anusham"} 0 pg_stat_database_stats_reset{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_stats_reset{datid="5",datname="postgres"} 0 pg_stat_database_stats_reset{datid="5965263",datname="test_mamas"} 0 pg_stat_database_stats_reset{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_stats_reset{datid="8291393",datname="kwc_presence"} 0 pg_stat_database_stats_reset{datid="8291394",datname="shivas_presence"} 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="11819460",datname="vasanth_test"} 0 pg_stat_database_temp_bytes{datid="15650832",datname="kwc"} 0 pg_stat_database_temp_bytes{datid="160852",datname="ish"} 0 pg_stat_database_temp_bytes{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_temp_bytes{datid="19879515",datname="ish_test"} 0 pg_stat_database_temp_bytes{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_temp_bytes{datid="22235797",datname="noton_crm"} 0 pg_stat_database_temp_bytes{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_temp_bytes{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_temp_bytes{datid="22745191",datname="preprod_kwc"} 1.7588224e+07 pg_stat_database_temp_bytes{datid="23020170",datname="pista_house"} 0 pg_stat_database_temp_bytes{datid="2703605",datname="terraform"} 0 pg_stat_database_temp_bytes{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_temp_bytes{datid="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="4483919",datname="test_anusham"} 0 pg_stat_database_temp_bytes{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_temp_bytes{datid="5",datname="postgres"} 0 pg_stat_database_temp_bytes{datid="5965263",datname="test_mamas"} 0 pg_stat_database_temp_bytes{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_temp_bytes{datid="8291393",datname="kwc_presence"} 0 pg_stat_database_temp_bytes{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_temp_files Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_files counter pg_stat_database_temp_files{datid="1",datname="template1"} 0 pg_stat_database_temp_files{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_temp_files{datid="15650832",datname="kwc"} 0 pg_stat_database_temp_files{datid="160852",datname="ish"} 0 pg_stat_database_temp_files{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_temp_files{datid="19879515",datname="ish_test"} 0 pg_stat_database_temp_files{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_temp_files{datid="22235797",datname="noton_crm"} 0 pg_stat_database_temp_files{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_temp_files{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_temp_files{datid="22745191",datname="preprod_kwc"} 1 pg_stat_database_temp_files{datid="23020170",datname="pista_house"} 0 pg_stat_database_temp_files{datid="2703605",datname="terraform"} 0 pg_stat_database_temp_files{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_temp_files{datid="4",datname="template0"} 0 pg_stat_database_temp_files{datid="4483919",datname="test_anusham"} 0 pg_stat_database_temp_files{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_temp_files{datid="5",datname="postgres"} 0 pg_stat_database_temp_files{datid="5965263",datname="test_mamas"} 0 pg_stat_database_temp_files{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_temp_files{datid="8291393",datname="kwc_presence"} 0 pg_stat_database_temp_files{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_tup_deleted Number of rows deleted by queries in this database # TYPE pg_stat_database_tup_deleted counter pg_stat_database_tup_deleted{datid="1",datname="template1"} 0 pg_stat_database_tup_deleted{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_tup_deleted{datid="15650832",datname="kwc"} 35 pg_stat_database_tup_deleted{datid="160852",datname="ish"} 0 pg_stat_database_tup_deleted{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_tup_deleted{datid="19879515",datname="ish_test"} 69 pg_stat_database_tup_deleted{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_tup_deleted{datid="22235797",datname="noton_crm"} 0 pg_stat_database_tup_deleted{datid="22425178",datname="preprod_kwc_crm"} 0 pg_stat_database_tup_deleted{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_tup_deleted{datid="22745191",datname="preprod_kwc"} 43875 pg_stat_database_tup_deleted{datid="23020170",datname="pista_house"} 18 pg_stat_database_tup_deleted{datid="2703605",datname="terraform"} 0 pg_stat_database_tup_deleted{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="4483919",datname="test_anusham"} 0 pg_stat_database_tup_deleted{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 0 pg_stat_database_tup_deleted{datid="5965263",datname="test_mamas"} 1 pg_stat_database_tup_deleted{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_tup_deleted{datid="8291393",datname="kwc_presence"} 255 pg_stat_database_tup_deleted{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_tup_fetched Number of rows fetched by queries in this database # TYPE pg_stat_database_tup_fetched counter pg_stat_database_tup_fetched{datid="1",datname="template1"} 0 pg_stat_database_tup_fetched{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_tup_fetched{datid="15650832",datname="kwc"} 1.14611173e+08 pg_stat_database_tup_fetched{datid="160852",datname="ish"} 0 pg_stat_database_tup_fetched{datid="16256321",datname="test_kytchens"} 1.207798e+06 pg_stat_database_tup_fetched{datid="19879515",datname="ish_test"} 3.79758e+06 pg_stat_database_tup_fetched{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_tup_fetched{datid="22235797",datname="noton_crm"} 309763 pg_stat_database_tup_fetched{datid="22425178",datname="preprod_kwc_crm"} 9.7736338e+07 pg_stat_database_tup_fetched{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_tup_fetched{datid="22745191",datname="preprod_kwc"} 1.0781743e+07 pg_stat_database_tup_fetched{datid="23020170",datname="pista_house"} 719551 pg_stat_database_tup_fetched{datid="2703605",datname="terraform"} 0 pg_stat_database_tup_fetched{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="4483919",datname="test_anusham"} 15843 pg_stat_database_tup_fetched{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 15370 pg_stat_database_tup_fetched{datid="5965263",datname="test_mamas"} 690531 pg_stat_database_tup_fetched{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_tup_fetched{datid="8291393",datname="kwc_presence"} 234053 pg_stat_database_tup_fetched{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_tup_inserted Number of rows inserted by queries in this database # TYPE pg_stat_database_tup_inserted counter pg_stat_database_tup_inserted{datid="1",datname="template1"} 0 pg_stat_database_tup_inserted{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_tup_inserted{datid="15650832",datname="kwc"} 174 pg_stat_database_tup_inserted{datid="160852",datname="ish"} 0 pg_stat_database_tup_inserted{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_tup_inserted{datid="19879515",datname="ish_test"} 189 pg_stat_database_tup_inserted{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_tup_inserted{datid="22235797",datname="noton_crm"} 0 pg_stat_database_tup_inserted{datid="22425178",datname="preprod_kwc_crm"} 5144 pg_stat_database_tup_inserted{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_tup_inserted{datid="22745191",datname="preprod_kwc"} 47526 pg_stat_database_tup_inserted{datid="23020170",datname="pista_house"} 34 pg_stat_database_tup_inserted{datid="2703605",datname="terraform"} 0 pg_stat_database_tup_inserted{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="4483919",datname="test_anusham"} 0 pg_stat_database_tup_inserted{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 0 pg_stat_database_tup_inserted{datid="5965263",datname="test_mamas"} 158 pg_stat_database_tup_inserted{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_tup_inserted{datid="8291393",datname="kwc_presence"} 3399 pg_stat_database_tup_inserted{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_tup_returned Number of rows returned by queries in this database # TYPE pg_stat_database_tup_returned counter pg_stat_database_tup_returned{datid="1",datname="template1"} 0 pg_stat_database_tup_returned{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_tup_returned{datid="15650832",datname="kwc"} 2.05462665e+08 pg_stat_database_tup_returned{datid="160852",datname="ish"} 0 pg_stat_database_tup_returned{datid="16256321",datname="test_kytchens"} 1.6563868e+07 pg_stat_database_tup_returned{datid="19879515",datname="ish_test"} 3.937285897e+09 pg_stat_database_tup_returned{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_tup_returned{datid="22235797",datname="noton_crm"} 2.60308e+06 pg_stat_database_tup_returned{datid="22425178",datname="preprod_kwc_crm"} 6.36152412e+08 pg_stat_database_tup_returned{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_tup_returned{datid="22745191",datname="preprod_kwc"} 4.76670773e+08 pg_stat_database_tup_returned{datid="23020170",datname="pista_house"} 3.7303818e+07 pg_stat_database_tup_returned{datid="2703605",datname="terraform"} 0 pg_stat_database_tup_returned{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="4483919",datname="test_anusham"} 1.1821689e+07 pg_stat_database_tup_returned{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 846044 pg_stat_database_tup_returned{datid="5965263",datname="test_mamas"} 1.5489581e+07 pg_stat_database_tup_returned{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_tup_returned{datid="8291393",datname="kwc_presence"} 1.990942e+06 pg_stat_database_tup_returned{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_tup_updated Number of rows updated by queries in this database # TYPE pg_stat_database_tup_updated counter pg_stat_database_tup_updated{datid="1",datname="template1"} 0 pg_stat_database_tup_updated{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_tup_updated{datid="15650832",datname="kwc"} 9703 pg_stat_database_tup_updated{datid="160852",datname="ish"} 0 pg_stat_database_tup_updated{datid="16256321",datname="test_kytchens"} 8446 pg_stat_database_tup_updated{datid="19879515",datname="ish_test"} 8638 pg_stat_database_tup_updated{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_tup_updated{datid="22235797",datname="noton_crm"} 0 pg_stat_database_tup_updated{datid="22425178",datname="preprod_kwc_crm"} 1229 pg_stat_database_tup_updated{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_tup_updated{datid="22745191",datname="preprod_kwc"} 79785 pg_stat_database_tup_updated{datid="23020170",datname="pista_house"} 8544 pg_stat_database_tup_updated{datid="2703605",datname="terraform"} 0 pg_stat_database_tup_updated{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="4483919",datname="test_anusham"} 0 pg_stat_database_tup_updated{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 0 pg_stat_database_tup_updated{datid="5965263",datname="test_mamas"} 8625 pg_stat_database_tup_updated{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_tup_updated{datid="8291393",datname="kwc_presence"} 3976 pg_stat_database_tup_updated{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_database_xact_commit Number of transactions in this database that have been committed # TYPE pg_stat_database_xact_commit counter pg_stat_database_xact_commit{datid="1",datname="template1"} 0 pg_stat_database_xact_commit{datid="11819460",datname="vasanth_test"} 0 pg_stat_database_xact_commit{datid="15650832",datname="kwc"} 169159 pg_stat_database_xact_commit{datid="160852",datname="ish"} 0 pg_stat_database_xact_commit{datid="16256321",datname="test_kytchens"} 26892 pg_stat_database_xact_commit{datid="19879515",datname="ish_test"} 43511 pg_stat_database_xact_commit{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_xact_commit{datid="22235797",datname="noton_crm"} 2192 pg_stat_database_xact_commit{datid="22425178",datname="preprod_kwc_crm"} 20635 pg_stat_database_xact_commit{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_xact_commit{datid="22745191",datname="preprod_kwc"} 69838 pg_stat_database_xact_commit{datid="23020170",datname="pista_house"} 26079 pg_stat_database_xact_commit{datid="2703605",datname="terraform"} 0 pg_stat_database_xact_commit{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="4483919",datname="test_anusham"} 1920 pg_stat_database_xact_commit{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 1943 pg_stat_database_xact_commit{datid="5965263",datname="test_mamas"} 28664 pg_stat_database_xact_commit{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_xact_commit{datid="8291393",datname="kwc_presence"} 21108 pg_stat_database_xact_commit{datid="8291394",datname="shivas_presence"} 0 # 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="11819460",datname="vasanth_test"} 0 pg_stat_database_xact_rollback{datid="15650832",datname="kwc"} 969 pg_stat_database_xact_rollback{datid="160852",datname="ish"} 0 pg_stat_database_xact_rollback{datid="16256321",datname="test_kytchens"} 0 pg_stat_database_xact_rollback{datid="19879515",datname="ish_test"} 34 pg_stat_database_xact_rollback{datid="22230587",datname="kwc_preprod_presence"} 0 pg_stat_database_xact_rollback{datid="22235797",datname="noton_crm"} 0 pg_stat_database_xact_rollback{datid="22425178",datname="preprod_kwc_crm"} 3 pg_stat_database_xact_rollback{datid="2273608",datname="io_kitchen"} 0 pg_stat_database_xact_rollback{datid="22745191",datname="preprod_kwc"} 50304 pg_stat_database_xact_rollback{datid="23020170",datname="pista_house"} 0 pg_stat_database_xact_rollback{datid="2703605",datname="terraform"} 0 pg_stat_database_xact_rollback{datid="314717",datname="ecommerce_admin"} 0 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="4483919",datname="test_anusham"} 0 pg_stat_database_xact_rollback{datid="4983967",datname="ent_cwpresence"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 0 pg_stat_database_xact_rollback{datid="5965263",datname="test_mamas"} 6 pg_stat_database_xact_rollback{datid="8290958",datname="anusham_cwpresence"} 0 pg_stat_database_xact_rollback{datid="8291393",datname="kwc_presence"} 1 pg_stat_database_xact_rollback{datid="8291394",datname="shivas_presence"} 0 # HELP pg_stat_statements_block_read_seconds_total Total time the statement spent reading blocks, in seconds # TYPE pg_stat_statements_block_read_seconds_total counter pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="-2982830548334009132",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="-326637259175366637",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="-4257846171842797271",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="-5037163275357823956",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="-5330705936632744583",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="1882608078312457072",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="3713622793839206398",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="6189640301609317661",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="7064253588573383070",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="8469766534621023745",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="8781470602931263971",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ish_test",queryid="8956804121201478104",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-1810731029142958098",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3515397231075274568",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-95547674073536915",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1194389843752869172",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1865204274262027728",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4831846317647051594",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5536413550910427736",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5610750848980491743",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7147051152837998674",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7385772874469706300",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8144770159521067172",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="9185716268003872535",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="noton_crm",queryid="-5677045100457161559",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="-3113897472107350759",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="-4020651080583913106",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="-6914670933335764159",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="4252700464533196953",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="611506262165193403",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="pista_house",queryid="6835246920190766880",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-124335372018077233",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-1394934802761792397",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-141266825072320934",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-2198789485095628124",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-2275854053764842227",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-2289427602128543647",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-2533228640954420834",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-3330374582181119520",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-3917156562995120319",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-3999280128359189596",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-506844384349311647",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-537802809669045698",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-6828474084714662662",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-6851795669936661480",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-7751421533252762275",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-8431920322209745862",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="-8961203146621048395",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="1119673987545741657",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="2185600423244276892",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="2861548225355698651",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="3752599155103517664",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="490894426551465687",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="5548648497551868976",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="7416382434562210982",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc",queryid="7871325108978151530",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc_crm",queryid="-6039885141195588435",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc_crm",queryid="-7023715913038791758",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc_crm",queryid="-7025645804027089181",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc_crm",queryid="4083493573162352983",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc_crm",queryid="521410256724383983",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc_crm",queryid="7698643867372263155",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="preprod_kwc_crm",queryid="8295708088544263804",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_kytchens",queryid="-1096290687281450900",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_kytchens",queryid="-4256791530935270542",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_kytchens",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_kytchens",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_kytchens",queryid="-7789722899583277005",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_kytchens",queryid="1605519994340523999",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_kytchens",queryid="5998028077164855989",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_kytchens",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="-4703231189608650770",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="-7809793750782598331",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="2264147031001606864",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="3815707688705793438",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="5506522085988275935",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="test_mamas",queryid="8347851695831817937",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="ish_test",queryid="-2982830548334009132",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="-326637259175366637",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="-4257846171842797271",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="-5037163275357823956",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="-5330705936632744583",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="1882608078312457072",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="3713622793839206398",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="6189640301609317661",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="7064253588573383070",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="8469766534621023745",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="8781470602931263971",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ish_test",queryid="8956804121201478104",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-1810731029142958098",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3515397231075274568",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-95547674073536915",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1194389843752869172",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1865204274262027728",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4831846317647051594",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5536413550910427736",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5610750848980491743",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7147051152837998674",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7385772874469706300",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8144770159521067172",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="9185716268003872535",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="noton_crm",queryid="-5677045100457161559",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="-3113897472107350759",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="-4020651080583913106",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="-6914670933335764159",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="4252700464533196953",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="611506262165193403",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="pista_house",queryid="6835246920190766880",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-124335372018077233",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-1394934802761792397",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-141266825072320934",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-2198789485095628124",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-2275854053764842227",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-2289427602128543647",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-2533228640954420834",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-3330374582181119520",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-3917156562995120319",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-3999280128359189596",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-506844384349311647",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-537802809669045698",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-6828474084714662662",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-6851795669936661480",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-7751421533252762275",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-8431920322209745862",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="-8961203146621048395",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="1119673987545741657",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="2185600423244276892",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="2861548225355698651",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="3752599155103517664",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="490894426551465687",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="5548648497551868976",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="7416382434562210982",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc",queryid="7871325108978151530",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc_crm",queryid="-6039885141195588435",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc_crm",queryid="-7023715913038791758",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc_crm",queryid="-7025645804027089181",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc_crm",queryid="4083493573162352983",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc_crm",queryid="521410256724383983",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc_crm",queryid="7698643867372263155",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="preprod_kwc_crm",queryid="8295708088544263804",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_kytchens",queryid="-1096290687281450900",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_kytchens",queryid="-4256791530935270542",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_kytchens",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_kytchens",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_kytchens",queryid="-7789722899583277005",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_kytchens",queryid="1605519994340523999",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_kytchens",queryid="5998028077164855989",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_kytchens",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="-4703231189608650770",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="-7809793750782598331",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="2264147031001606864",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="3815707688705793438",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="5506522085988275935",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="test_mamas",queryid="8347851695831817937",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="ish_test",queryid="-2982830548334009132",user="postgres"} 7915 pg_stat_statements_calls_total{datname="ish_test",queryid="-326637259175366637",user="postgres"} 2245 pg_stat_statements_calls_total{datname="ish_test",queryid="-4257846171842797271",user="postgres"} 2006 pg_stat_statements_calls_total{datname="ish_test",queryid="-4570799927402708811",user="postgres"} 716 pg_stat_statements_calls_total{datname="ish_test",queryid="-5037163275357823956",user="postgres"} 1 pg_stat_statements_calls_total{datname="ish_test",queryid="-5330705936632744583",user="postgres"} 995 pg_stat_statements_calls_total{datname="ish_test",queryid="-6613918382627856922",user="postgres"} 699 pg_stat_statements_calls_total{datname="ish_test",queryid="1882608078312457072",user="postgres"} 1 pg_stat_statements_calls_total{datname="ish_test",queryid="2064869707185898531",user="postgres"} 1208 pg_stat_statements_calls_total{datname="ish_test",queryid="3713622793839206398",user="postgres"} 287 pg_stat_statements_calls_total{datname="ish_test",queryid="6189640301609317661",user="postgres"} 17 pg_stat_statements_calls_total{datname="ish_test",queryid="6650430479887907887",user="postgres"} 3532 pg_stat_statements_calls_total{datname="ish_test",queryid="7064253588573383070",user="postgres"} 7915 pg_stat_statements_calls_total{datname="ish_test",queryid="8469766534621023745",user="postgres"} 17 pg_stat_statements_calls_total{datname="ish_test",queryid="8781470602931263971",user="postgres"} 1 pg_stat_statements_calls_total{datname="ish_test",queryid="8956804121201478104",user="postgres"} 284 pg_stat_statements_calls_total{datname="kwc",queryid="-1810731029142958098",user="postgres"} 2270 pg_stat_statements_calls_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 987 pg_stat_statements_calls_total{datname="kwc",queryid="-3515397231075274568",user="postgres"} 987 pg_stat_statements_calls_total{datname="kwc",queryid="-4570799927402708811",user="postgres"} 773 pg_stat_statements_calls_total{datname="kwc",queryid="-6613918382627856922",user="postgres"} 699 pg_stat_statements_calls_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 987 pg_stat_statements_calls_total{datname="kwc",queryid="-95547674073536915",user="postgres"} 368 pg_stat_statements_calls_total{datname="kwc",queryid="1194389843752869172",user="postgres"} 7915 pg_stat_statements_calls_total{datname="kwc",queryid="1865204274262027728",user="postgres"} 994 pg_stat_statements_calls_total{datname="kwc",queryid="2064869707185898531",user="postgres"} 1289 pg_stat_statements_calls_total{datname="kwc",queryid="4831846317647051594",user="postgres"} 519 pg_stat_statements_calls_total{datname="kwc",queryid="5536413550910427736",user="postgres"} 994 pg_stat_statements_calls_total{datname="kwc",queryid="5610750848980491743",user="postgres"} 70533 pg_stat_statements_calls_total{datname="kwc",queryid="6650430479887907887",user="postgres"} 3435 pg_stat_statements_calls_total{datname="kwc",queryid="7147051152837998674",user="postgres"} 987 pg_stat_statements_calls_total{datname="kwc",queryid="7385772874469706300",user="postgres"} 7915 pg_stat_statements_calls_total{datname="kwc",queryid="8144770159521067172",user="postgres"} 996 pg_stat_statements_calls_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 21714 pg_stat_statements_calls_total{datname="kwc",queryid="9185716268003872535",user="postgres"} 987 pg_stat_statements_calls_total{datname="noton_crm",queryid="-5677045100457161559",user="postgres"} 1 pg_stat_statements_calls_total{datname="pista_house",queryid="-3113897472107350759",user="postgres"} 17 pg_stat_statements_calls_total{datname="pista_house",queryid="-4020651080583913106",user="postgres"} 17 pg_stat_statements_calls_total{datname="pista_house",queryid="-4570799927402708811",user="postgres"} 696 pg_stat_statements_calls_total{datname="pista_house",queryid="-6613918382627856922",user="postgres"} 696 pg_stat_statements_calls_total{datname="pista_house",queryid="-6914670933335764159",user="postgres"} 2248 pg_stat_statements_calls_total{datname="pista_house",queryid="2064869707185898531",user="postgres"} 1152 pg_stat_statements_calls_total{datname="pista_house",queryid="4252700464533196953",user="postgres"} 996 pg_stat_statements_calls_total{datname="pista_house",queryid="611506262165193403",user="postgres"} 7913 pg_stat_statements_calls_total{datname="pista_house",queryid="6650430479887907887",user="postgres"} 3013 pg_stat_statements_calls_total{datname="pista_house",queryid="6835246920190766880",user="postgres"} 7913 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-124335372018077233",user="postgres"} 1 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-1394934802761792397",user="postgres"} 15 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-141266825072320934",user="postgres"} 994 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-2198789485095628124",user="postgres"} 1606 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-2275854053764842227",user="postgres"} 2 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-2289427602128543647",user="postgres"} 28 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-2533228640954420834",user="postgres"} 1139 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-3330374582181119520",user="postgres"} 1602 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-3917156562995120319",user="postgres"} 4 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-3999280128359189596",user="postgres"} 2852 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-4570799927402708811",user="postgres"} 1038 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-506844384349311647",user="postgres"} 22 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-537802809669045698",user="postgres"} 7911 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-6613918382627856922",user="postgres"} 752 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-6828474084714662662",user="postgres"} 242 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-6851795669936661480",user="postgres"} 7911 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-7751421533252762275",user="postgres"} 2274 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-8431920322209745862",user="postgres"} 13480 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="-8961203146621048395",user="postgres"} 4 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="1119673987545741657",user="postgres"} 5 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="2064869707185898531",user="postgres"} 1576 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="2185600423244276892",user="postgres"} 29 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="2861548225355698651",user="postgres"} 4 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="3752599155103517664",user="postgres"} 10 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="490894426551465687",user="postgres"} 3 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="5548648497551868976",user="postgres"} 127 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="6650430479887907887",user="postgres"} 2733 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="7416382434562210982",user="postgres"} 17 pg_stat_statements_calls_total{datname="preprod_kwc",queryid="7871325108978151530",user="postgres"} 438 pg_stat_statements_calls_total{datname="preprod_kwc_crm",queryid="-6039885141195588435",user="postgres"} 253 pg_stat_statements_calls_total{datname="preprod_kwc_crm",queryid="-7023715913038791758",user="postgres"} 18 pg_stat_statements_calls_total{datname="preprod_kwc_crm",queryid="-7025645804027089181",user="postgres"} 1 pg_stat_statements_calls_total{datname="preprod_kwc_crm",queryid="4083493573162352983",user="postgres"} 253 pg_stat_statements_calls_total{datname="preprod_kwc_crm",queryid="521410256724383983",user="postgres"} 253 pg_stat_statements_calls_total{datname="preprod_kwc_crm",queryid="7698643867372263155",user="postgres"} 253 pg_stat_statements_calls_total{datname="preprod_kwc_crm",queryid="8295708088544263804",user="postgres"} 4092 pg_stat_statements_calls_total{datname="test_kytchens",queryid="-1096290687281450900",user="postgres"} 172 pg_stat_statements_calls_total{datname="test_kytchens",queryid="-4256791530935270542",user="postgres"} 992 pg_stat_statements_calls_total{datname="test_kytchens",queryid="-4570799927402708811",user="postgres"} 861 pg_stat_statements_calls_total{datname="test_kytchens",queryid="-6613918382627856922",user="postgres"} 691 pg_stat_statements_calls_total{datname="test_kytchens",queryid="-7789722899583277005",user="postgres"} 7886 pg_stat_statements_calls_total{datname="test_kytchens",queryid="1605519994340523999",user="postgres"} 2233 pg_stat_statements_calls_total{datname="test_kytchens",queryid="5998028077164855989",user="postgres"} 7886 pg_stat_statements_calls_total{datname="test_kytchens",queryid="6650430479887907887",user="postgres"} 1987 pg_stat_statements_calls_total{datname="test_mamas",queryid="-4570799927402708811",user="postgres"} 699 pg_stat_statements_calls_total{datname="test_mamas",queryid="-4703231189608650770",user="postgres"} 28 pg_stat_statements_calls_total{datname="test_mamas",queryid="-6613918382627856922",user="postgres"} 691 pg_stat_statements_calls_total{datname="test_mamas",queryid="-7809793750782598331",user="postgres"} 7916 pg_stat_statements_calls_total{datname="test_mamas",queryid="2064869707185898531",user="postgres"} 1183 pg_stat_statements_calls_total{datname="test_mamas",queryid="2264147031001606864",user="postgres"} 285 pg_stat_statements_calls_total{datname="test_mamas",queryid="3815707688705793438",user="postgres"} 2238 pg_stat_statements_calls_total{datname="test_mamas",queryid="5506522085988275935",user="postgres"} 7916 pg_stat_statements_calls_total{datname="test_mamas",queryid="6650430479887907887",user="postgres"} 3251 pg_stat_statements_calls_total{datname="test_mamas",queryid="8347851695831817937",user="postgres"} 997 # 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="ish_test",queryid="-2982830548334009132",user="postgres"} 7915 pg_stat_statements_rows_total{datname="ish_test",queryid="-326637259175366637",user="postgres"} 18 pg_stat_statements_rows_total{datname="ish_test",queryid="-4257846171842797271",user="postgres"} 8007 pg_stat_statements_rows_total{datname="ish_test",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_rows_total{datname="ish_test",queryid="-5037163275357823956",user="postgres"} 2 pg_stat_statements_rows_total{datname="ish_test",queryid="-5330705936632744583",user="postgres"} 995 pg_stat_statements_rows_total{datname="ish_test",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_rows_total{datname="ish_test",queryid="1882608078312457072",user="postgres"} 2 pg_stat_statements_rows_total{datname="ish_test",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_rows_total{datname="ish_test",queryid="3713622793839206398",user="postgres"} 287 pg_stat_statements_rows_total{datname="ish_test",queryid="6189640301609317661",user="postgres"} 0 pg_stat_statements_rows_total{datname="ish_test",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_rows_total{datname="ish_test",queryid="7064253588573383070",user="postgres"} 7915 pg_stat_statements_rows_total{datname="ish_test",queryid="8469766534621023745",user="postgres"} 2006 pg_stat_statements_rows_total{datname="ish_test",queryid="8781470602931263971",user="postgres"} 0 pg_stat_statements_rows_total{datname="ish_test",queryid="8956804121201478104",user="postgres"} 112 pg_stat_statements_rows_total{datname="kwc",queryid="-1810731029142958098",user="postgres"} 35 pg_stat_statements_rows_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 1.419306e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-3515397231075274568",user="postgres"} 98607 pg_stat_statements_rows_total{datname="kwc",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_rows_total{datname="kwc",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_rows_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 1.419306e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-95547674073536915",user="postgres"} 3878 pg_stat_statements_rows_total{datname="kwc",queryid="1194389843752869172",user="postgres"} 7915 pg_stat_statements_rows_total{datname="kwc",queryid="1865204274262027728",user="postgres"} 257446 pg_stat_statements_rows_total{datname="kwc",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_rows_total{datname="kwc",queryid="4831846317647051594",user="postgres"} 519 pg_stat_statements_rows_total{datname="kwc",queryid="5536413550910427736",user="postgres"} 131673 pg_stat_statements_rows_total{datname="kwc",queryid="5610750848980491743",user="postgres"} 70533 pg_stat_statements_rows_total{datname="kwc",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_rows_total{datname="kwc",queryid="7147051152837998674",user="postgres"} 987 pg_stat_statements_rows_total{datname="kwc",queryid="7385772874469706300",user="postgres"} 7915 pg_stat_statements_rows_total{datname="kwc",queryid="8144770159521067172",user="postgres"} 996 pg_stat_statements_rows_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 21714 pg_stat_statements_rows_total{datname="kwc",queryid="9185716268003872535",user="postgres"} 195426 pg_stat_statements_rows_total{datname="noton_crm",queryid="-5677045100457161559",user="postgres"} 1792 pg_stat_statements_rows_total{datname="pista_house",queryid="-3113897472107350759",user="postgres"} 0 pg_stat_statements_rows_total{datname="pista_house",queryid="-4020651080583913106",user="postgres"} 85000 pg_stat_statements_rows_total{datname="pista_house",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_rows_total{datname="pista_house",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_rows_total{datname="pista_house",queryid="-6914670933335764159",user="postgres"} 17 pg_stat_statements_rows_total{datname="pista_house",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_rows_total{datname="pista_house",queryid="4252700464533196953",user="postgres"} 996 pg_stat_statements_rows_total{datname="pista_house",queryid="611506262165193403",user="postgres"} 7913 pg_stat_statements_rows_total{datname="pista_house",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_rows_total{datname="pista_house",queryid="6835246920190766880",user="postgres"} 7913 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-124335372018077233",user="postgres"} 10 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-1394934802761792397",user="postgres"} 5055 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-141266825072320934",user="postgres"} 994 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-2198789485095628124",user="postgres"} 1606 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-2275854053764842227",user="postgres"} 16 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-2289427602128543647",user="postgres"} 10 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-2533228640954420834",user="postgres"} 1130 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-3330374582181119520",user="postgres"} 1602 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-3917156562995120319",user="postgres"} 4 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-3999280128359189596",user="postgres"} 2852 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-506844384349311647",user="postgres"} 1055 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-537802809669045698",user="postgres"} 15822 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-6828474084714662662",user="postgres"} 1373 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-6851795669936661480",user="postgres"} 15822 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-7751421533252762275",user="postgres"} 34 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-8431920322209745862",user="postgres"} 13480 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="-8961203146621048395",user="postgres"} 4 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="1119673987545741657",user="postgres"} 5 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="2185600423244276892",user="postgres"} 21 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="2861548225355698651",user="postgres"} 200 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="3752599155103517664",user="postgres"} 10 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="490894426551465687",user="postgres"} 3 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="5548648497551868976",user="postgres"} 4 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="7416382434562210982",user="postgres"} 49 pg_stat_statements_rows_total{datname="preprod_kwc",queryid="7871325108978151530",user="postgres"} 438 pg_stat_statements_rows_total{datname="preprod_kwc_crm",queryid="-6039885141195588435",user="postgres"} 253 pg_stat_statements_rows_total{datname="preprod_kwc_crm",queryid="-7023715913038791758",user="postgres"} 18 pg_stat_statements_rows_total{datname="preprod_kwc_crm",queryid="-7025645804027089181",user="postgres"} 1 pg_stat_statements_rows_total{datname="preprod_kwc_crm",queryid="4083493573162352983",user="postgres"} 253 pg_stat_statements_rows_total{datname="preprod_kwc_crm",queryid="521410256724383983",user="postgres"} 2530 pg_stat_statements_rows_total{datname="preprod_kwc_crm",queryid="7698643867372263155",user="postgres"} 253 pg_stat_statements_rows_total{datname="preprod_kwc_crm",queryid="8295708088544263804",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_kytchens",queryid="-1096290687281450900",user="postgres"} 507 pg_stat_statements_rows_total{datname="test_kytchens",queryid="-4256791530935270542",user="postgres"} 992 pg_stat_statements_rows_total{datname="test_kytchens",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_kytchens",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_kytchens",queryid="-7789722899583277005",user="postgres"} 7886 pg_stat_statements_rows_total{datname="test_kytchens",queryid="1605519994340523999",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_kytchens",queryid="5998028077164855989",user="postgres"} 7886 pg_stat_statements_rows_total{datname="test_kytchens",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_mamas",queryid="-4570799927402708811",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_mamas",queryid="-4703231189608650770",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_mamas",queryid="-6613918382627856922",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_mamas",queryid="-7809793750782598331",user="postgres"} 7916 pg_stat_statements_rows_total{datname="test_mamas",queryid="2064869707185898531",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_mamas",queryid="2264147031001606864",user="postgres"} 285 pg_stat_statements_rows_total{datname="test_mamas",queryid="3815707688705793438",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_mamas",queryid="5506522085988275935",user="postgres"} 7916 pg_stat_statements_rows_total{datname="test_mamas",queryid="6650430479887907887",user="postgres"} 0 pg_stat_statements_rows_total{datname="test_mamas",queryid="8347851695831817937",user="postgres"} 997 # 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="ish_test",queryid="-2982830548334009132",user="postgres"} 17.333510721000096 pg_stat_statements_seconds_total{datname="ish_test",queryid="-326637259175366637",user="postgres"} 43.37444846099997 pg_stat_statements_seconds_total{datname="ish_test",queryid="-4257846171842797271",user="postgres"} 1993.8196677220003 pg_stat_statements_seconds_total{datname="ish_test",queryid="-4570799927402708811",user="postgres"} 2.3583958210000047 pg_stat_statements_seconds_total{datname="ish_test",queryid="-5037163275357823956",user="postgres"} 0.625535374 pg_stat_statements_seconds_total{datname="ish_test",queryid="-5330705936632744583",user="postgres"} 2.582725258999996 pg_stat_statements_seconds_total{datname="ish_test",queryid="-6613918382627856922",user="postgres"} 4.9428093539999916 pg_stat_statements_seconds_total{datname="ish_test",queryid="1882608078312457072",user="postgres"} 0.623363548 pg_stat_statements_seconds_total{datname="ish_test",queryid="2064869707185898531",user="postgres"} 0.5777833660000025 pg_stat_statements_seconds_total{datname="ish_test",queryid="3713622793839206398",user="postgres"} 7.085256808000003 pg_stat_statements_seconds_total{datname="ish_test",queryid="6189640301609317661",user="postgres"} 2.6949712330000004 pg_stat_statements_seconds_total{datname="ish_test",queryid="6650430479887907887",user="postgres"} 3.635471842000016 pg_stat_statements_seconds_total{datname="ish_test",queryid="7064253588573383070",user="postgres"} 28.9827947030001 pg_stat_statements_seconds_total{datname="ish_test",queryid="8469766534621023745",user="postgres"} 12.958723806000002 pg_stat_statements_seconds_total{datname="ish_test",queryid="8781470602931263971",user="postgres"} 2.118998489 pg_stat_statements_seconds_total{datname="ish_test",queryid="8956804121201478104",user="postgres"} 15.833663868000004 pg_stat_statements_seconds_total{datname="kwc",queryid="-1810731029142958098",user="postgres"} 6.468585130000002 pg_stat_statements_seconds_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 14.443547017999991 pg_stat_statements_seconds_total{datname="kwc",queryid="-3515397231075274568",user="postgres"} 11.000550047999992 pg_stat_statements_seconds_total{datname="kwc",queryid="-4570799927402708811",user="postgres"} 0.9021897059999988 pg_stat_statements_seconds_total{datname="kwc",queryid="-6613918382627856922",user="postgres"} 1.1624963710000011 pg_stat_statements_seconds_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 178.04015408100008 pg_stat_statements_seconds_total{datname="kwc",queryid="-95547674073536915",user="postgres"} 187.67890680800008 pg_stat_statements_seconds_total{datname="kwc",queryid="1194389843752869172",user="postgres"} 15.960250388999993 pg_stat_statements_seconds_total{datname="kwc",queryid="1865204274262027728",user="postgres"} 142.42718180400036 pg_stat_statements_seconds_total{datname="kwc",queryid="2064869707185898531",user="postgres"} 0.6831438890000026 pg_stat_statements_seconds_total{datname="kwc",queryid="4831846317647051594",user="postgres"} 3.7303233800000006 pg_stat_statements_seconds_total{datname="kwc",queryid="5536413550910427736",user="postgres"} 1.168614991 pg_stat_statements_seconds_total{datname="kwc",queryid="5610750848980491743",user="postgres"} 39.13512498699997 pg_stat_statements_seconds_total{datname="kwc",queryid="6650430479887907887",user="postgres"} 4.977592191999935 pg_stat_statements_seconds_total{datname="kwc",queryid="7147051152837998674",user="postgres"} 10.139641609999988 pg_stat_statements_seconds_total{datname="kwc",queryid="7385772874469706300",user="postgres"} 36.74368530200019 pg_stat_statements_seconds_total{datname="kwc",queryid="8144770159521067172",user="postgres"} 8.026487653000002 pg_stat_statements_seconds_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 159.71221226500086 pg_stat_statements_seconds_total{datname="kwc",queryid="9185716268003872535",user="postgres"} 0.7146060749999992 pg_stat_statements_seconds_total{datname="noton_crm",queryid="-5677045100457161559",user="postgres"} 0.714903792 pg_stat_statements_seconds_total{datname="pista_house",queryid="-3113897472107350759",user="postgres"} 4.683346769 pg_stat_statements_seconds_total{datname="pista_house",queryid="-4020651080583913106",user="postgres"} 12.526526979999998 pg_stat_statements_seconds_total{datname="pista_house",queryid="-4570799927402708811",user="postgres"} 0.9645333899999985 pg_stat_statements_seconds_total{datname="pista_house",queryid="-6613918382627856922",user="postgres"} 0.7067138669999997 pg_stat_statements_seconds_total{datname="pista_house",queryid="-6914670933335764159",user="postgres"} 4.829443494000004 pg_stat_statements_seconds_total{datname="pista_house",queryid="2064869707185898531",user="postgres"} 0.7244576770000017 pg_stat_statements_seconds_total{datname="pista_house",queryid="4252700464533196953",user="postgres"} 1.841943208000001 pg_stat_statements_seconds_total{datname="pista_house",queryid="611506262165193403",user="postgres"} 49.024764339999955 pg_stat_statements_seconds_total{datname="pista_house",queryid="6650430479887907887",user="postgres"} 1.1880846950000028 pg_stat_statements_seconds_total{datname="pista_house",queryid="6835246920190766880",user="postgres"} 18.612127802000167 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-124335372018077233",user="postgres"} 0.605847182 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-1394934802761792397",user="postgres"} 7.421506453 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-141266825072320934",user="postgres"} 3.9655544350000027 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-2198789485095628124",user="postgres"} 2.8648759170000044 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-2275854053764842227",user="postgres"} 0.893519621 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-2289427602128543647",user="postgres"} 118.61044985200002 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-2533228640954420834",user="postgres"} 1.2514015299999992 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-3330374582181119520",user="postgres"} 1.7792970060000024 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-3917156562995120319",user="postgres"} 0.625762617 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-3999280128359189596",user="postgres"} 1.5671625369999977 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-4570799927402708811",user="postgres"} 2.149255540000002 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-506844384349311647",user="postgres"} 63.643056082 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-537802809669045698",user="postgres"} 38.84256420899992 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-6613918382627856922",user="postgres"} 2.961205765999999 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-6828474084714662662",user="postgres"} 1.0087612949999991 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-6851795669936661480",user="postgres"} 22.9549722 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-7751421533252762275",user="postgres"} 4.921323648999982 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-8431920322209745862",user="postgres"} 10.82665122900002 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="-8961203146621048395",user="postgres"} 1.0498280420000001 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="1119673987545741657",user="postgres"} 0.9818808649999999 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="2064869707185898531",user="postgres"} 1.1309394970000002 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="2185600423244276892",user="postgres"} 1.1102039709999998 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="2861548225355698651",user="postgres"} 2.3596550769999998 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="3752599155103517664",user="postgres"} 1.8465129499999997 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="490894426551465687",user="postgres"} 0.5399369369999999 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="5548648497551868976",user="postgres"} 0.7912776209999999 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="6650430479887907887",user="postgres"} 2.711479735000003 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="7416382434562210982",user="postgres"} 1.443236605 pg_stat_statements_seconds_total{datname="preprod_kwc",queryid="7871325108978151530",user="postgres"} 0.9762504820000003 pg_stat_statements_seconds_total{datname="preprod_kwc_crm",queryid="-6039885141195588435",user="postgres"} 36.821233612 pg_stat_statements_seconds_total{datname="preprod_kwc_crm",queryid="-7023715913038791758",user="postgres"} 1.2562564539999999 pg_stat_statements_seconds_total{datname="preprod_kwc_crm",queryid="-7025645804027089181",user="postgres"} 0.69647858 pg_stat_statements_seconds_total{datname="preprod_kwc_crm",queryid="4083493573162352983",user="postgres"} 39.99625698099998 pg_stat_statements_seconds_total{datname="preprod_kwc_crm",queryid="521410256724383983",user="postgres"} 7.533663706000003 pg_stat_statements_seconds_total{datname="preprod_kwc_crm",queryid="7698643867372263155",user="postgres"} 13.517630817999999 pg_stat_statements_seconds_total{datname="preprod_kwc_crm",queryid="8295708088544263804",user="postgres"} 22.23464630299997 pg_stat_statements_seconds_total{datname="test_kytchens",queryid="-1096290687281450900",user="postgres"} 1.8741890490000008 pg_stat_statements_seconds_total{datname="test_kytchens",queryid="-4256791530935270542",user="postgres"} 2.264422411999995 pg_stat_statements_seconds_total{datname="test_kytchens",queryid="-4570799927402708811",user="postgres"} 0.8309249149999997 pg_stat_statements_seconds_total{datname="test_kytchens",queryid="-6613918382627856922",user="postgres"} 5.956711281999988 pg_stat_statements_seconds_total{datname="test_kytchens",queryid="-7789722899583277005",user="postgres"} 28.936582077000065 pg_stat_statements_seconds_total{datname="test_kytchens",queryid="1605519994340523999",user="postgres"} 7.296115530000022 pg_stat_statements_seconds_total{datname="test_kytchens",queryid="5998028077164855989",user="postgres"} 75.10527865299969 pg_stat_statements_seconds_total{datname="test_kytchens",queryid="6650430479887907887",user="postgres"} 1.102299333000002 pg_stat_statements_seconds_total{datname="test_mamas",queryid="-4570799927402708811",user="postgres"} 1.1586257890000022 pg_stat_statements_seconds_total{datname="test_mamas",queryid="-4703231189608650770",user="postgres"} 0.534247341 pg_stat_statements_seconds_total{datname="test_mamas",queryid="-6613918382627856922",user="postgres"} 0.7859247889999988 pg_stat_statements_seconds_total{datname="test_mamas",queryid="-7809793750782598331",user="postgres"} 37.92674074899964 pg_stat_statements_seconds_total{datname="test_mamas",queryid="2064869707185898531",user="postgres"} 1.0770638249999982 pg_stat_statements_seconds_total{datname="test_mamas",queryid="2264147031001606864",user="postgres"} 1.033258678 pg_stat_statements_seconds_total{datname="test_mamas",queryid="3815707688705793438",user="postgres"} 3.1384313009999993 pg_stat_statements_seconds_total{datname="test_mamas",queryid="5506522085988275935",user="postgres"} 16.54506996800006 pg_stat_statements_seconds_total{datname="test_mamas",queryid="6650430479887907887",user="postgres"} 3.6200657110000067 pg_stat_statements_seconds_total{datname="test_mamas",queryid="8347851695831817937",user="postgres"} 2.0670316120000067 # 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="brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_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_country",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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_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_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_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="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_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_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_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_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_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_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_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="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="w_aisle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_autoanalyze_count Number of times this table has been analyzed by the autovacuum daemon # TYPE pg_stat_user_tables_autoanalyze_count counter pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 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_country",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_import_template",schemaname="public"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 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_print_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_role_application",schemaname="public"} 0 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_sequence",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 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"} 0 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"} 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_financial_acct",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="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_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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_issueline",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_movementline",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 2 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"} 141 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"} 1 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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_productprice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 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="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="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"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_autovacuum_count Number of times this table has been vacuumed by the autovacuum daemon # TYPE pg_stat_user_tables_autovacuum_count counter pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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_country",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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_import_template",schemaname="public"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 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_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_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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 0 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_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"} 0 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"} 0 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"} 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_account",schemaname="public"} 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expcategory",schemaname="public"} 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_financial_acct",schemaname="public"} 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_journalline",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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="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_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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_movementline",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoice",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1 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"} 140 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"} 1 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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_productprice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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="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="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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_idx_scan Number of index scans initiated on this table # TYPE pg_stat_user_tables_idx_scan counter pg_stat_user_tables_idx_scan{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="brand",schemaname="public"} 0 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_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 7 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_department",schemaname="public"} 40 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"} 0 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"} 3787 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_category",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_formula",schemaname="public"} 6 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job",schemaname="public"} 10 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_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_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_policy",schemaname="public"} 1551 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"} 18 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"} 1713 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pay_component",schemaname="public"} 60 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"} 1 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_process",schemaname="public"} 32 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"} 32 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_template",schemaname="public"} 20 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_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_work_location",schemaname="public"} 35 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_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 20 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_app_schema",schemaname="public"} 46 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_audit_config",schemaname="public"} 30 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 18 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 288724 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 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_country",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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 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"} 31841 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_import_template",schemaname="public"} 1 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_datamapping",schemaname="public"} 0 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"} 0 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_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"} 3 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"} 0 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"} 0 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"} 0 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_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_access",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_releases",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_report_access",schemaname="public"} 12 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"} 0 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_sequence",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"} 18 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 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"} 0 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"} 3878 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"} 39 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 6 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_mfa",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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_views",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"} 141 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window_access",schemaname="public"} 35 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"} 3936 pg_stat_user_tables_idx_scan{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_channel",schemaname="public"} 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"} 3878 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 3878 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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 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_printtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_account_category",schemaname="public"} 0 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_calendar",schemaname="public"} 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_cashacct_paymentmethod",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_cost_center",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_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1003 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period",schemaname="public"} 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receipt",schemaname="public"} 4063 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptline",schemaname="public"} 2771 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_transactions",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"} 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_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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory",schemaname="public"} 95557 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_issueline",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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_movement",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 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"} 0 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"} 0 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"} 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receiptlinedetails",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"} 116025 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"} 136 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 34 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_job_details",schemaname="public"} 70 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_settlement",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoice",schemaname="public"} 1921 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order",schemaname="public"} 85 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 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_productprice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="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="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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_idx_tup_fetch Number of live rows fetched by index scans # TYPE pg_stat_user_tables_idx_tup_fetch counter pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 12 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 7 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_department",schemaname="public"} 35 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"} 0 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"} 3609 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_category",schemaname="public"} 5 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_formula",schemaname="public"} 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_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job",schemaname="public"} 10 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_policy",schemaname="public"} 1551 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"} 18 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"} 1713 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_component",schemaname="public"} 60 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_process",schemaname="public"} 32 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"} 32 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_template",schemaname="public"} 15 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_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_work_location",schemaname="public"} 30 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_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 20 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_app_schema",schemaname="public"} 46 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_audit_config",schemaname="public"} 30 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 18 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 288639 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 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"} 0 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_country",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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_doctype",schemaname="public"} 254728 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_import_template",schemaname="public"} 1 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_datamapping",schemaname="public"} 0 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"} 0 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_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"} 3 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"} 0 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"} 0 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"} 0 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_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_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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_access",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_releases",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 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_sequence",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"} 6 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 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"} 0 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"} 3878 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"} 39 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 6 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window",schemaname="public"} 10 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window_access",schemaname="public"} 6 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"} 3936 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_events",schemaname="public"} 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"} 3878 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 3878 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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 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_printtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_account_category",schemaname="public"} 0 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_calendar",schemaname="public"} 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_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_financial_acct",schemaname="public"} 986 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receipt",schemaname="public"} 4063 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptline",schemaname="public"} 2771 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_transactions",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"} 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_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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 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"} 95557 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_issueline",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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_movement",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricingrule",schemaname="public"} 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"} 0 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"} 0 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"} 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 116025 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"} 136 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 52564 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_job_details",schemaname="public"} 210 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoice",schemaname="public"} 1870 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order",schemaname="public"} 85 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 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_productprice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="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="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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_index_size_bytes Total disk space used by this index, in bytes # TYPE pg_stat_user_tables_index_size_bytes gauge pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="api_key",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer_address",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 360448 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="brand",schemaname="public"} 32768 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_social_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_airticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_candidate_document",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_claim_request",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_competency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_department",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_dept_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_address",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 40960 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"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_salary",schemaname="public"} 16384 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"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_expense_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_expense_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_formula",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_holiday",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_holiday_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_id_classification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_id_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_incentive",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_offer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_requisition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_pg",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_yos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_request",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_management_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_manager_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nationality",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ot_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pay_component",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_process",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payslip_component",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_period",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_emp",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_responsibilities",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 16384 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_sr_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_st_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_st_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tax_regime",schemaname="public"} 16384 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"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_visa_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_weekends",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_weeknumber",schemaname="public"} 73728 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_work_location",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_year",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cprf_set_scores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_camp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_comm_templates",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_email_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_seglist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_segment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_social_postline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_stream",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alert",schemaname="public"} 2.21184e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_app_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_app_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_audit_config",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_audit_log",schemaname="public"} 5.619712e+06 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"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 16384 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"} 16384 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"} 16384 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_country",schemaname="public"} 16384 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"} 40960 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_datamapping",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integrations",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integrations_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_language",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_license_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_master_data_config",schemaname="public"} 16384 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"} 98304 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"} 352256 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_log",schemaname="public"} 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_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"} 499712 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_log",schemaname="public"} 2.023424e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_parameter",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_run",schemaname="public"} 1.171456e+06 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_reference_schema",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_refresh_token",schemaname="public"} 262144 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_region",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_releases",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_releases_history",schemaname="public"} 122880 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"} 237568 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_report_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_report_schema",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_reportschedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 8192 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_sequence",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 278528 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_table_schema",schemaname="public"} 294912 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_tax_acct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 8.077312e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_bunit",schemaname="public"} 40960 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"} 16384 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"} 32768 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_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"} 335872 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"} 65536 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_schema",schemaname="public"} 163840 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cw_auth_token",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_company_city",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_order_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_store_timings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_events",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 16384 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"} 57344 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_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"} 16384 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 8192 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 16384 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"} 16384 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"} 49152 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 8192 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"} 73728 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"} 98304 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"} 221184 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 16384 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"} 958464 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 90112 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 1.941504e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 294912 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"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 16384 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"} 761856 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 319488 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 442368 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_wallet",schemaname="public"} 16384 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 57344 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"} 8192 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"} 8192 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 8192 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 8192 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"} 65536 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"} 8192 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_ammortization",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_bank_connector",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_year",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_cash_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_dimension_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expvoucher",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_financial_acct",schemaname="public"} 49152 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"} 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_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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_journal",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_journalline",schemaname="public"} 40960 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"} 1.097728e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_customer",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_paymentline",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_control",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_periodline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pnl_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receipt",schemaname="public"} 573440 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptline",schemaname="public"} 1.10592e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptplan",schemaname="public"} 598016 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 442368 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 16384 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_transactions",schemaname="public"} 253952 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"} 32768 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"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 16384 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"} 802816 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_costing_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_coupon_provider",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_coupon_sales",schemaname="public"} 16384 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"} 180224 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_config",schemaname="public"} 16384 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 8192 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"} 3.260416e+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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_movementline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_approval",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_brand",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 16384 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"} 32768 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_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricingrule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product",schemaname="public"} 8.413184e+06 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"} 40960 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"} 16384 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"} 16384 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"} 16384 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"} 40960 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"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receiptline",schemaname="public"} 114688 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_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"} 499712 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"} 450560 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"} 1.171456e+06 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"} 122880 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"} 2.260992e+06 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"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferissue_line",schemaname="public"} 32768 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferorder_line",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferreceipt",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 32768 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 57344 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_unitcost_history",schemaname="public"} 8192 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"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="multitabchecking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="myonlytest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_report_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_window_designer",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_drivers",schemaname="public"} 16384 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"} 16384 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"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoiceline",schemaname="public"} 49152 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"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoicetax",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_lc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_order",schemaname="public"} 40960 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"} 98304 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"} 114688 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_ordertax",schemaname="public"} 57344 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"} 3.31776e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_productprice_history",schemaname="public"} 491520 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_requisition",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_requisition_line",schemaname="public"} 98304 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"} 57344 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"} 40960 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"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_credit",schemaname="public"} 16384 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_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"} 294912 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"} 57344 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"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_category_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_contact",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_credit",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_creditline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_estimate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_industry_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_inv_settlement",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoice",schemaname="public"} 811008 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"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline",schemaname="public"} 385024 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 614400 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoicetax",schemaname="public"} 262144 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_part",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_services",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order",schemaname="public"} 1.417216e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 8192 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"} 1.540096e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderline",schemaname="public"} 794624 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"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 163840 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderlinetax",schemaname="public"} 286720 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_ordertax",schemaname="public"} 294912 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_productprice",schemaname="public"} 4.595712e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_productprice_history",schemaname="public"} 1.466368e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_route_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_route_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_salesrep",schemaname="public"} 16384 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="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="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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_routing_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_task_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="webinar_settings",schemaname="public"} 8192 # HELP pg_stat_user_tables_last_analyze Last time at which this table was manually analyzed # TYPE pg_stat_user_tables_last_analyze gauge pg_stat_user_tables_last_analyze{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_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_country",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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_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_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_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="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_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_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_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_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_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_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_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="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="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_last_autoanalyze Last time at which this table was analyzed by the autovacuum daemon # TYPE pg_stat_user_tables_last_autoanalyze gauge pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 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_country",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_import_template",schemaname="public"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 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_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_role_application",schemaname="public"} 0 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_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 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"} 0 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"} 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_financial_acct",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="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_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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_issueline",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_movementline",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1.776227406e+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.776227466e+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.776212999e+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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 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="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="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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_last_autovacuum Last time at which this table was vacuumed by the autovacuum daemon # TYPE pg_stat_user_tables_last_autovacuum gauge pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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_country",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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_import_template",schemaname="public"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 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_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_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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 0 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_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"} 0 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"} 0 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"} 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_account",schemaname="public"} 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expcategory",schemaname="public"} 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_financial_acct",schemaname="public"} 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_journalline",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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="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_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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_movementline",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoice",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1.776195117e+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.776227406e+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.776212999e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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="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="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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_last_vacuum Last time at which this table was manually vacuumed (not counting VACUUM FULL) # TYPE pg_stat_user_tables_last_vacuum gauge pg_stat_user_tables_last_vacuum{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_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_country",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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_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_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_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="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_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_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_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_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_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_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_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="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="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_dead_tup Estimated number of dead rows # TYPE pg_stat_user_tables_n_dead_tup gauge pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 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"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 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_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_work_location",schemaname="public"} 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_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_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_app_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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"} 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_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 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_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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_log",schemaname="public"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_releases",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 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"} 0 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_sequence",schemaname="public"} 1 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"} 0 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"} 20 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 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"} 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 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_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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 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"} 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"} 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_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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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_supplier",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receipt",schemaname="public"} 326 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_transactions",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"} 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_movementline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoice",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_pricelist",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 28 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 37 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"} 36 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"} 19 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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_productprice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="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="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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_live_tup Estimated number of live rows # TYPE pg_stat_user_tables_n_live_tup gauge pg_stat_user_tables_n_live_tup{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 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"} 1 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"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_request",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pay_component",schemaname="public"} 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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_year",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_audit_log",schemaname="public"} 17 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_log",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_import_template",schemaname="public"} 0 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_datamapping",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_set_access",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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_refresh_token",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_role_application",schemaname="public"} 0 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_sequence",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 2 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 45 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_mfa",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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window_access",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 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_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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="hsncode",schemaname="public"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_ordertax",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_triggers",schemaname="public"} 3 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="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="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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_mod_since_analyze Estimated number of rows changed since last analyze # TYPE pg_stat_user_tables_n_mod_since_analyze gauge pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_request",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pay_component",schemaname="public"} 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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_year",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_audit_log",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_log",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_set_access",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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_refresh_token",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_role_application",schemaname="public"} 0 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_sequence",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 2 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 84 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_mfa",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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 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_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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 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"} 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_transactions",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"} 0 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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_movementline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_ordertax",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 35 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 28 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"} 19 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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"} 0 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_productprice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="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="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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_tup_del Number of rows deleted # TYPE pg_stat_user_tables_n_tup_del counter pg_stat_user_tables_n_tup_del{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_customer",schemaname="public"} 0 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="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_template",schemaname="public"} 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_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_app_access",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_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_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_doctype_template",schemaname="public"} 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"} 0 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_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_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_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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_window_access",schemaname="public"} 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 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_sequence",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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 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_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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_transactions",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="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_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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_movement",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product",schemaname="public"} 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"} 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_stock",schemaname="public"} 0 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"} 0 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_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_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoice",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_ordertax",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 35 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoice",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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_productprice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="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="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_tup_hot_upd Number of rows HOT updated (i.e., with no separate index update required) # TYPE pg_stat_user_tables_n_tup_hot_upd counter pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="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_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 10 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_formula",schemaname="public"} 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_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_request",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_template",schemaname="public"} 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_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_work_location",schemaname="public"} 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_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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"} 0 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"} 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_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_releases",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 7 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"} 0 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"} 0 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"} 39 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"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 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"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 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"} 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 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"} 0 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expcategory",schemaname="public"} 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"} 0 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"} 0 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"} 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 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"} 0 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_supplier",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receipt",schemaname="public"} 653 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_transactions",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"} 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_movementline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 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"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoice",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_order",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 35 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"} 7914 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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_productprice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="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="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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_tup_ins Number of rows inserted # TYPE pg_stat_user_tables_n_tup_ins counter pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 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"} 1 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"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_request",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pay_component",schemaname="public"} 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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_year",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_audit_log",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_log",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_import_template",schemaname="public"} 0 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_datamapping",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_set_access",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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_refresh_token",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_role_application",schemaname="public"} 0 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_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 2 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 45 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_mfa",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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window_access",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 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_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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="hsncode",schemaname="public"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_ordertax",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 35 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="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="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"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_tup_upd Number of rows updated # TYPE pg_stat_user_tables_n_tup_upd counter pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 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"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 10 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_formula",schemaname="public"} 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_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_request",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_template",schemaname="public"} 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_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_work_location",schemaname="public"} 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_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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"} 0 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"} 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_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_releases",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 7 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"} 0 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"} 0 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"} 39 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"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 0 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"} 0 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_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 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"} 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 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"} 0 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expcategory",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 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"} 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 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"} 0 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_supplier",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receipt",schemaname="public"} 969 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_transactions",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"} 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_movementline",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 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"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoice",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_order",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 35 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 35 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"} 7914 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"} 70 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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_productprice",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="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="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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_seq_scan Number of sequential scans initiated on this table # TYPE pg_stat_user_tables_seq_scan counter pg_stat_user_tables_seq_scan{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="api_key",schemaname="public"} 118 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_documents",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 3 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 250 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_salary",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee",schemaname="public"} 110 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 1615 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_final_settlement",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_formula",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_incentive",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_request",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_type",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_component",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_period",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_emp",schemaname="public"} 233 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_policy",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tour_request",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_wfh_request",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_work_location",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_year",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_access",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_register",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit",schemaname="public"} 951 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client",schemaname="public"} 269 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client_apps",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_country",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_currency",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_doctype",schemaname="public"} 40491 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_import_template",schemaname="public"} 3 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 3009 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_license_policy",schemaname="public"} 3 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window_access",schemaname="public"} 3 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_region",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_role_application",schemaname="public"} 3 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_sequence",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 72471 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user",schemaname="public"} 1200 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_access",schemaname="public"} 419 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_bunit",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_views",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_process",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 368 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 71468 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_year",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 136 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_control",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receipt",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastage",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_order",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_locks",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 15828 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_triggers",schemaname="public"} 3441 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="api_key",schemaname="public"} 236 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 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"} 31 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 11 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 3 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 21 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_department",schemaname="public"} 0 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"} 0 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"} 15 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"} 3000 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 24 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"} 19470 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 16141 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 4 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_formula",schemaname="public"} 165 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_incentive",schemaname="public"} 8 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"} 170 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 1 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"} 79 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 3468 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"} 12 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 390 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 1 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"} 208 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 1631 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 504 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 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"} 1386 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_work_location",schemaname="public"} 160 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_year",schemaname="public"} 6 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_app_access",schemaname="public"} 432 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 175 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 54 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 468 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit",schemaname="public"} 73193 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_client",schemaname="public"} 532 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"} 70 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_country",schemaname="public"} 30 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_currency",schemaname="public"} 9 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_doctype",schemaname="public"} 674298 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_import_template",schemaname="public"} 234 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_datamapping",schemaname="public"} 18054 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 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_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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_paymentterm",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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 264 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 30 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_region",schemaname="public"} 235 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_role_application",schemaname="public"} 129 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_sequence",schemaname="public"} 1204 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 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"} 344233 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 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"} 0 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"} 22435 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_access",schemaname="public"} 8380 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 6138 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_mfa",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"} 0 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"} 120 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window_access",schemaname="public"} 0 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"} 3258 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 12880 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 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"} 0 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_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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 14688 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 256785 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 3.859272e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 2.001104e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 714680 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"} 1.929636e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 71468 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 2.50138e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 1.2649836e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar",schemaname="public"} 85 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 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"} 85 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 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_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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_journalline",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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1190 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 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"} 1003 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receipt",schemaname="public"} 44455 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="hsncode",schemaname="public"} 0 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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 32249 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_movementline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 38590 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 0 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"} 374 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 323 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 85 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_order",schemaname="public"} 229 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_ordertax",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 210 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 174 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 140 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"} 15828 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"} 10323 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoice",schemaname="public"} 77316 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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"} 0 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_productprice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_type",schemaname="public"} 0 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"} 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="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"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_table_size_bytes Total disk space used by this table, in bytes # TYPE pg_stat_user_tables_table_size_bytes gauge pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 16384 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"} 352256 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer_address",schemaname="public"} 163840 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 106496 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="brand",schemaname="public"} 73728 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"} 90112 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 40960 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_candidate_document",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_claim_request",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_department",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 65536 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"} 16384 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"} 32768 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_salary",schemaname="public"} 16384 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"} 155648 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_category",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_formula",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_holiday",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_holiday_type",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_incentive",schemaname="public"} 16384 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_kra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_policy",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_request",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 57344 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_component",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_process",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payslip_component",schemaname="public"} 16384 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"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_platform",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_emp",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 16384 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tax_regime",schemaname="public"} 16384 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"} 16384 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_weeknumber",schemaname="public"} 40960 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_wfh_request",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_work_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_comm_templates",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_email_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alert",schemaname="public"} 1.0067968e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 16384 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"} 729088 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_app_access",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_app_schema",schemaname="public"} 270336 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_audit_config",schemaname="public"} 188416 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_audit_log",schemaname="public"} 7.86292736e+08 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"} 6.545408e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 163840 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"} 417792 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_location",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 8192 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"} 73728 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_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"} 65536 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"} 114688 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_import_template",schemaname="public"} 188416 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_datamapping",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integrations",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integrations_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_license_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_master_data_config",schemaname="public"} 16384 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"} 630784 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.040384e+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.39264e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_log",schemaname="public"} 122880 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_print_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process",schemaname="public"} 114688 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_access",schemaname="public"} 638976 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_log",schemaname="public"} 7.921664e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_parameter",schemaname="public"} 868352 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_run",schemaname="public"} 3.375104e+06 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"} 892928 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"} 229376 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_reference_schema",schemaname="public"} 663552 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_refresh_token",schemaname="public"} 851968 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"} 294912 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_releases_history",schemaname="public"} 1.8432e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_report",schemaname="public"} 262144 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_report_access",schemaname="public"} 319488 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.678784e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_reportschedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 8192 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"} 49152 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_sequence",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 3.1031296e+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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_table_schema",schemaname="public"} 1.4794752e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_tax_acct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 7.294976e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_bunit",schemaname="public"} 106496 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 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"} 8192 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_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"} 3.5446784e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_order_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 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"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 65536 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"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 49152 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"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 1.540096e+06 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"} 114688 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_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"} 16384 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"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 8192 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"} 90112 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8192 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"} 81920 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"} 188416 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 8192 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"} 327680 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"} 98304 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"} 6.971392e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 860160 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_config",schemaname="public"} 237568 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 696320 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_log",schemaname="public"} 5.824512e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 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"} 270336 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"} 122880 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 483328 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_discount",schemaname="public"} 442368 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"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 7.512064e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.171456e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 344064 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash",schemaname="public"} 4.554752e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.236992e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.67936e+06 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"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 278528 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"} 49152 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 188416 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"} 8192 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"} 8192 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 8192 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 8192 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"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_account_category",schemaname="public"} 49152 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"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 40960 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"} 40960 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_ammortization",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_bank_connector",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_week",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_year",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expcategory",schemaname="public"} 49152 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"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_financial_acct",schemaname="public"} 163840 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"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_isd_summary",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_journal",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_journalline",schemaname="public"} 147456 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"} 6.930432e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_customer",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 16384 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 65536 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_paymentline",schemaname="public"} 57344 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"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 16384 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"} 106496 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receipt",schemaname="public"} 2.555904e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptline",schemaname="public"} 999424 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1.18784e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 802816 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 16384 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_transactions",schemaname="public"} 1.949696e+06 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"} 57344 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"} 16384 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 8192 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"} 1.900544e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_sequence",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_costing_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_costing_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_coupon_provider",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_coupon_sales",schemaname="public"} 8192 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"} 2.441216e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_config",schemaname="public"} 16384 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventoryline",schemaname="public"} 6.2636032e+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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_item_companion_rule_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"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_movementline",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_approval",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_brand",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 16384 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"} 16384 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_payment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricingrule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product",schemaname="public"} 2.0946944e+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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_category",schemaname="public"} 262144 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"} 16384 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"} 16384 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"} 8192 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"} 450560 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"} 147456 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receiptline",schemaname="public"} 811008 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_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"} 1.35168e+06 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"} 843776 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"} 2.326528e+06 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"} 90112 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_supplier_product",schemaname="public"} 237568 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"} 5.85728e+06 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"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferissue_line",schemaname="public"} 65536 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"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferorder_line",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferreceipt",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 49152 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"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 90112 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_unitcost_history",schemaname="public"} 8192 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"} 16384 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"} 16384 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"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer",schemaname="public"} 376832 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_window_designer",schemaname="public"} 6.152192e+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"} 16384 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"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_inv_settlement",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoice",schemaname="public"} 286720 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoiceline",schemaname="public"} 229376 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"} 147456 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 155648 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoicetax",schemaname="public"} 131072 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_order",schemaname="public"} 294912 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"} 671744 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"} 491520 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_ordertax",schemaname="public"} 139264 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"} 1.5835136e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_productprice_history",schemaname="public"} 2.727936e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_requisition",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_requisition_line",schemaname="public"} 499712 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"} 278528 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"} 204800 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"} 147456 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_credit",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_ioproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_job_details",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_locks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer",schemaname="public"} 98304 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"} 114688 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_credit",schemaname="public"} 237568 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_creditline",schemaname="public"} 16384 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"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoice",schemaname="public"} 2.048e+06 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.081344e+06 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 1.130496e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoicetax",schemaname="public"} 983040 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder",schemaname="public"} 65536 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"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_images",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_line",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_part",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_services",schemaname="public"} 49152 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"} 2.514944e+06 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"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 8192 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"} 3.063808e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderline",schemaname="public"} 1.835008e+06 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"} 122880 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 548864 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1.122304e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_ordertax",schemaname="public"} 974848 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_productprice",schemaname="public"} 1.1640832e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_productprice_history",schemaname="public"} 7.970816e+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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_bill",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_bill_line",schemaname="public"} 49152 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"} 147456 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="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="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"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="webinar_settings",schemaname="public"} 8192 # HELP pg_stat_user_tables_vacuum_count Number of times this table has been manually vacuumed (not counting VACUUM FULL) # TYPE pg_stat_user_tables_vacuum_count counter pg_stat_user_tables_vacuum_count{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_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_country",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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_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_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_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="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_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_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_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_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_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_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_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="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="w_aisle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="135.181.201.159:8641",short_version="16.13.0",version="PostgreSQL 16.13 (Ubuntu 16.13-0ubuntu0.24.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 117 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 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"} 33 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 29 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 30 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 45 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 38 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"} 0 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"} 4 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"} 249 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 7 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"} 5266 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 1686 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 1 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"} 22 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 1551 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"} 78 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_request",schemaname="public"} 313 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 106 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 1736 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 86 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 31 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"} 0 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"} 100 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 232 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tour_request",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 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"} 62 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 39 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 5 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 70 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 124 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_audit_config",schemaname="public"} 27 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_audit_log",schemaname="public"} 123 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 53 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_log",schemaname="public"} 108 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_register",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit",schemaname="public"} 317534 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_client",schemaname="public"} 374 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"} 30 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_country",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_doctype",schemaname="public"} 104278 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_import_template",schemaname="public"} 37 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_datamapping",schemaname="public"} 3008 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 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_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"} 0 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"} 2 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_paymentterm",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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 11 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window_access",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 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_reference_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_refresh_token",schemaname="public"} 44 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_region",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_role_application",schemaname="public"} 4 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_sequence",schemaname="public"} 75 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 13 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"} 0 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"} 16 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 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"} 72470 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 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"} 0 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"} 5270 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_access",schemaname="public"} 418 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 448 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 320 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"} 23 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_mfa",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"} 0 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"} 29 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window_access",schemaname="public"} 5 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"} 90 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"} 3934 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 0 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"} 3877 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1468 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 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"} 3876 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 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"} 0 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_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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 700 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 71467 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 214401 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 142934 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 71467 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"} 142934 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 71467 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 142934 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 428802 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 84 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 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"} 84 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 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_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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 981 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_journalline",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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 135 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 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"} 84 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 14423 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 2742 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="hsncode",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"} 0 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_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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 100806 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 118601 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"} 132 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 6401 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"} 32 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferreceipt",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 16 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 174 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 317 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 69 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 139 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"} 65549 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"} 3800 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"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 10056 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 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"} 113 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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"} 0 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_productprice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_type",schemaname="public"} 0 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"} 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="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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_heap_blocks_read Number of disk blocks read from this table # TYPE pg_statio_user_tables_heap_blocks_read counter pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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="brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 1 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"} 0 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 1 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"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 1 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 1 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"} 1 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"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 1 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 13 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit",schemaname="public"} 34 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_client",schemaname="public"} 0 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"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_country",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_currency",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_doctype",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_import_template",schemaname="public"} 18 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_datamapping",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 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_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"} 0 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"} 1 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_paymentterm",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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 1 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_run",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 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_reference_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_region",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_role_application",schemaname="public"} 2 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_sequence",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 2 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"} 0 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 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_access",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 10 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_mfa",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"} 0 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window_access",schemaname="public"} 1 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"} 18 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"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 0 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 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"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 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"} 0 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_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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 1 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"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 1 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 5 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_journalline",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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 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"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 311 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 29 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 0 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"} 0 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_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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 293 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 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_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt",schemaname="public"} 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receiptline",schemaname="public"} 0 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_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"} 161 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"} 4 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 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"} 161 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"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 1 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 31 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 1 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"} 6 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"} 5 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"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 246 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 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"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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"} 0 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_productprice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_type",schemaname="public"} 0 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"} 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="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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_idx_blocks_hit Number of buffer hits in all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_hit counter pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_documents",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee",schemaname="public"} 7291 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 1590 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 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"} 60 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 1756 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_period",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 17 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_policy",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tour_request",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_wfh_request",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_audit_config",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_audit_log",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_log",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_register",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit",schemaname="public"} 288762 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client_apps",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_country",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_currency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_doctype",schemaname="public"} 31863 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_import_template",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_license_policy",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_menu_schema",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window_access",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_refresh_token",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_region",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_access",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_role_application",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_sequence",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_table_schema",schemaname="public"} 37 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user",schemaname="public"} 4113 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_access",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 204 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_views",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_access",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_process",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_schema",schemaname="public"} 7953 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow",schemaname="public"} 3919 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 3919 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 107 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 107 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"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_year",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1984 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_control",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 11711 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 5575 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory",schemaname="public"} 191177 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment",schemaname="public"} 232126 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline",schemaname="public"} 330 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transaction",schemaname="public"} 394 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastage",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 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"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 770 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 129 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 601 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"} 6346 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 3957 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_route_plan",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="test_table",schemaname="public"} 0 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="w_aisle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_idx_blocks_read Number of disk blocks read from all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_read counter pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_documents",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_period",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_wfh_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client_apps",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_country",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_currency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_doctype",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_import_template",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_license_policy",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_menu_schema",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_region",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_access",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_role_application",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_sequence",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_table_schema",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_views",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_access",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_schema",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 1 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"} 0 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_control",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipment",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transaction",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastage",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_route_plan",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="test_table",schemaname="public"} 0 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="w_aisle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_tidx_blocks_hit Number of buffer hits in this table's TOAST table indexes (if any) # TYPE pg_statio_user_tables_tidx_blocks_hit counter pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_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"} 0 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"} 116 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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_country",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_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_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"} 3 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"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_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"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 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"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_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"} 7923 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 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"} 0 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_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 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"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="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_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_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_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_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_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_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="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="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_tidx_blocks_read Number of disk blocks read from this table's TOAST table indexes (if any) # TYPE pg_statio_user_tables_tidx_blocks_read counter pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 2 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_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"} 0 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"} 3 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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_country",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_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_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"} 2 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"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_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"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 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"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_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"} 4 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 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"} 0 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_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 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"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="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_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_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_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_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_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_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="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="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_toast_blocks_hit Number of buffer hits in this table's TOAST table (if any) # TYPE pg_statio_user_tables_toast_blocks_hit counter pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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_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"} 0 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"} 66 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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_country",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_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_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"} 2 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"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_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"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 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"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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_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_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"} 11745 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 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"} 0 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_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 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"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="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_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_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_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_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_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_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="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="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_toast_blocks_read Number of disk blocks read from this table's TOAST table (if any) # TYPE pg_statio_user_tables_toast_blocks_read counter pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 0 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="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 1 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_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"} 0 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 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 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"} 0 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_country",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_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_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"} 1 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"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_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"} 0 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 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"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_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"} 5 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 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"} 0 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_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 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"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="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_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_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_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_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_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_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="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="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_up Whether the last scrape of metrics from PostgreSQL was able to connect to the server (1 for yes, 0 for no). # TYPE pg_up gauge pg_up 1 # HELP pg_wal_segments Number of WAL segments # TYPE pg_wal_segments gauge pg_wal_segments 1963 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 3.2933675008e+10 # HELP postgres_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build. # TYPE postgres_exporter_build_info gauge postgres_exporter_build_info{branch="master",goarch="amd64",goos="linux",goversion="go1.24.1",revision="94e8399935e541262aaa2bf4e1723c232bea6c04",tags="unknown",version="0.17.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 72564.63 # 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 1.699882454081e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.253526894804e+12 # 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 6.3311872e+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.76586781417e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.408753664e+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"} 172623 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0